bio-rocker 0.1.03 → 0.1.04
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.
- checksums.yaml +4 -4
- data/bin/ROCker +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: af49dee4fb6e1297372669742be4b7c0e7b00e9c
|
4
|
+
data.tar.gz: f49816fa930e991ec8e2835fb8567c1f2850cde9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 392fa058bbd87e2dfdaed707599df2439512a904af348e7ac1a057899191e20f3a4215316eb87671992fa07e2a6f211bb7c83e33073539156d5d63e2c8b175d7
|
7
|
+
data.tar.gz: 02489a4c6597d42f9adfbf6f4586c8183523745ad5be98c99f31f578d30dec9f205f3bea4e23c5d52b1cd46744b58606bf8b70c2ddcbcf06f406a88183606ad1
|
data/bin/ROCker
CHANGED
@@ -128,7 +128,7 @@ opts = OptionParser.new do |opt|
|
|
128
128
|
opt.on( "--no-transparency", "Do not use (semi-)transparencies."){ |v| o[:transparency] = v }
|
129
129
|
opt.on( "--min-score NUMBER", "Minimum Bit-Score to consider a hit. By default: #{ROCker.default :minscore}"){ |v| o[:minscore]=v.to_f }
|
130
130
|
opt.on( "--stats-impact", "Plot impact on statistics, instead of absolute values per window."){ o[:impact]=true }
|
131
|
-
opt.on( "--stats-ylim", "Limits of the Y-axis in the bottom panel. By default: '-2,.1' if --stats-impact is set, '50,100' otherwise."){ |v| o[:ylim]=v }
|
131
|
+
opt.on( "--stats-ylim STRING", "Limits of the Y-axis in the bottom panel. By default: '-2,.1' if --stats-impact is set, '50,100' otherwise."){ |v| o[:ylim]=v }
|
132
132
|
opt.on("-s", "--subject SBJ1,SBJ2,...", Array,
|
133
133
|
"Plot only information regarding this(ese) subject(s). If multiple, separate by comma. By default, all hits are plotted."){ |v| o[:sbj]=v }
|
134
134
|
opt.on("-f", "--plot-format STRING",
|