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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/ROCker +1 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 63b71b4681de7b50aab9c01eb60eed5ce6dc3e7b
4
- data.tar.gz: 3ec94f33007a8535f77c2878e32bf51d5bc33395
3
+ metadata.gz: af49dee4fb6e1297372669742be4b7c0e7b00e9c
4
+ data.tar.gz: f49816fa930e991ec8e2835fb8567c1f2850cde9
5
5
  SHA512:
6
- metadata.gz: 29f73a171685a48322299ab1d1c18a470b1a4292cb3aea93a9f52636011e726ceb097aa7f7bdb690cb837fdc7e8b1b64d3ef02b03cc9bda5176cd939fe8e189d
7
- data.tar.gz: e54a0e01bf15e5b6a054096ac0f8158c7c390fb568d7447cd75c5ffe2e89405ee797ad71afa2667201ef3e9fcf89307d1802e8601abb6737559a81ebce4e770c
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",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bio-rocker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.03
4
+ version: 0.1.04
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luis (Coto) Orellana