cwords 0.1.13 → 0.1.14

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 (2) hide show
  1. data/scripts/cwords.rb +2 -2
  2. metadata +2 -2
@@ -29,7 +29,7 @@ options[:plot_words]=nil
29
29
  options[:onlyanno]=nil
30
30
  options[:dump]=nil
31
31
  options[:testing]=nil
32
- options[:rank_all]=nil
32
+ options[:rank_all]=true
33
33
  options[:rank_inverse]=nil
34
34
  options[:rank_split_median]=nil
35
35
  options[:rank_abs]=nil
@@ -50,7 +50,7 @@ $coptions = OptionParser.new do |opts|
50
50
  opts.on( "--onlyanno", "only process annotated (i.e. mirbase) words") {|o| options[:onlyanno] = true}
51
51
 
52
52
  # rank control
53
- opts.on("-x", "--rank_split", "analyze positive and neg. values separetely") {|o| options[:rank_all] = true}
53
+ opts.on("-x", "--rank_split", "analyze positive and neg. values separetely") {|o| options[:rank_all] = false}
54
54
  opts.on("-m", "--rank_split_median", "split ranked list at median") {|o| options[:rank_split_median] = true}
55
55
  opts.on("-i", "--rank_inverse", "inverse all ranked lists") {|o| options[:rank_inverse] = true}
56
56
  opts.on("-a", "--rank_abs", "rank by absolute value") {|o| options[:rank_abs] = true}
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 13
9
- version: 0.1.13
8
+ - 14
9
+ version: 0.1.14
10
10
  platform: ruby
11
11
  authors:
12
12
  - Anders Jacobsen