nugen_barcode_splitter 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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 . 3
8
+ V E R S I O N - 0 . 0 . 4
9
9
  #{$0} [options] -p project_dir -o out_dir -c sample_sheet_nugen
10
10
  _____________________________________________________________________________
11
11
 
@@ -12,7 +12,8 @@ class NugenTemplate
12
12
  #\$ -o <%= @lane_dir %>/nugen_demultiplexing.log
13
13
 
14
14
  #{fastq_multx} #{options} -B <%= @barcodes %> \\
15
- <(gunzip -c <%= @fwd %>) <(gunzip -c <%= @rev %>) \\
15
+ <(gunzip -c <%= @fwd %>) \\
16
+ <(gunzip -c <%= @rev %>) \\
16
17
  -o <%= @lane_dir %>/<%= @r1 %>.%.fq <%= @lane_dir %>/<%= @r2 %>.%.fq \\
17
18
  >> <%= @lane_dir %>/nugen_demultiplexing.log
18
19
  EOF
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.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: