nugen_barcode_splitter 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ require "nugen_barcode_splitter"
5
5
  require "fileutils"
6
6
 
7
7
  usage =<<EOF
8
- V E R S I O N - 0 . 0 . 5
8
+ V E R S I O N - 0 . 0 . 6
9
9
  #{$0} [options] -p project_dir -o out_dir -c sample_sheet_nugen
10
10
  _____________________________________________________________________________
11
11
 
@@ -4,13 +4,6 @@ class NugenTemplate
4
4
 
5
5
  def initialize(fastq_multx, options)
6
6
  @template =<<EOF
7
- #!/bin/bash
8
- #\$ -pe DJ 4
9
- #\$ -l h_vmem=6G
10
- #\$ -j y
11
- #\$ -N fq.Lane<%= @lane %>.<%= @number %>
12
- #\$ -o <%= @lane_dir %>/nugen_demultiplexing.log
13
-
14
7
  #{fastq_multx} #{options} -B <%= @barcodes %> \\
15
8
  <(gunzip -c <%= @fwd %>) \\
16
9
  <(gunzip -c <%= @rev %>) \\
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nugen_barcode_splitter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: