nugen_barcode_splitter 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,7 +4,7 @@ class NugenTemplate
4
4
 
5
5
  def initialize(fastq_multx, options)
6
6
  @template =<<EOF
7
- #{fastq_multx} #{options} -B <%= @barcodes %> \\
7
+ #{fastq_multx} #{options} <%= @barcodes %> \\
8
8
  <(gunzip -c <%= @fwd %>) \\
9
9
  <(gunzip -c <%= @rev %>) \\
10
10
  -o <%= @lane_dir %>/<%= @r1 %>.%.fq <%= @lane_dir %>/<%= @r2 %>.%.fq \\
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.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: