bio-gadget 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -144,7 +144,7 @@ module Bio
144
144
  | ruby -F'\\t' -anle 'puts(["@"+$F[0], $F[2][#{left}..-1], "+", $F[1][#{left}..-1]].join("\\n"))' \\
145
145
  DEDUPandFORMAT
146
146
  : <<"FORMAT"
147
- | ruby -F'\\t' -anle 'puts(["@"+$F[0], $F[1][#{left}..-1], "+", $F[2][#{left}..-1].rstrip].join("\\n"))' \\
147
+ | ruby -F'\\t' -anle 'puts(["@"+$F[0], $F[1][#{left}..#{right}], "+", $F[2][#{left}..#{right}].rstrip].join("\\n"))' \\
148
148
  FORMAT
149
149
  preprocess += "| xz -z -c -e > #{outpath}"
150
150
  open(preprocess, 'w') { |fp|
@@ -3,7 +3,7 @@ require 'thor'
3
3
  module Bio
4
4
  class Gadget < Thor
5
5
 
6
- VERSION = "0.2.4"
6
+ VERSION = "0.2.5"
7
7
 
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bio-gadget
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: