bio-rocker 1.4.0 → 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/ROCker +4 -4
- data/lib/rocker.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4ff6be0bd286c94666f81e5f7177acfcbcc62f0fd4f855e980a52d42b8c15cdc
|
4
|
+
data.tar.gz: 6d22ef33999ab9177020fdef6db4d3ef5fb38c2f1a5a66de3818ce78f8723c2b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 49a8ac3c4f628d949deeb5c440b188c7f1d47554f4d99a4762a4742386045de4997dd521255a44bbcdd4208f3321fe0afc1a3c233fa968a41532bae7c8c70afc
|
7
|
+
data.tar.gz: 7dc2d0b151c2e5db7ecdc4180be2fb887c1da1a07f8adb8894332f47a4917600de3fe143378f0ffd7f6d23f6af18e8af50e52f78763df5a537cd523b0094571b
|
data/bin/ROCker
CHANGED
@@ -239,8 +239,8 @@ opts = OptionParser.new do |opt|
|
|
239
239
|
opt.on('-L', '--length-correction',
|
240
240
|
'Apply read-length correction to bit scores.'){ |v| o[:lencorr] = v }
|
241
241
|
opt.on('-M', '--max-length-correction FLOAT',
|
242
|
-
'Maximum length correction, as a read length fraction.'
|
243
|
-
){ |v| o[:lencorr_max] = v.to_f }
|
242
|
+
'Maximum length correction, as a read length fraction.',
|
243
|
+
'By default: 0.4.'){ |v| o[:lencorr_max] = v.to_f }
|
244
244
|
|
245
245
|
opt.separator ""
|
246
246
|
opt.separator "+ EXTERNAL SOFTWARE OPTIONS"
|
@@ -280,8 +280,8 @@ opts = OptionParser.new do |opt|
|
|
280
280
|
'Path to the query reads, used to apply read-length correction to ' +
|
281
281
|
'bit scores.'){ |v| o[:lencorr] = v }
|
282
282
|
opt.on('-M', '--max-length-correction FLOAT',
|
283
|
-
'Maximum length correction, as a read length fraction.'
|
284
|
-
){ |v| o[:lencorr_max] = v.to_f }
|
283
|
+
'Maximum length correction, as a read length fraction.',
|
284
|
+
'By default: 0.4.'){ |v| o[:lencorr_max] = v.to_f }
|
285
285
|
when "plot"
|
286
286
|
opt.separator "+ PLOTTING ARGUMENTS"
|
287
287
|
opt.on("-k", "--rocker PATH",
|
data/lib/rocker.rb
CHANGED
@@ -9,7 +9,7 @@ require 'rocker/rocdata'
|
|
9
9
|
|
10
10
|
class ROCker
|
11
11
|
#================================[ Class ]
|
12
|
-
@@VERSION = '1.4.
|
12
|
+
@@VERSION = '1.4.1'
|
13
13
|
@@CITATION = [
|
14
14
|
'Orellana, Rodriguez-R & Konstantinidis, 2016. DOI:10.1093/nar/gkw900.',
|
15
15
|
'ROCker: accurate detection and quantification of target genes in',
|