cwords 0.1.9

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.
metadata ADDED
@@ -0,0 +1,102 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cwords
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 1
8
+ - 9
9
+ version: 0.1.9
10
+ platform: ruby
11
+ authors:
12
+ - Anders Jacobsen
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2010-03-12 00:00:00 +01:00
18
+ default_executable:
19
+ - bin/cwords
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: progressbar
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ segments:
29
+ - 0
30
+ - 9
31
+ - 0
32
+ version: 0.9.0
33
+ type: :runtime
34
+ version_requirements: *id001
35
+ - !ruby/object:Gem::Dependency
36
+ name: peach
37
+ prerelease: false
38
+ requirement: &id002 !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ segments:
43
+ - 0
44
+ - 2
45
+ - 0
46
+ version: 0.2.0
47
+ type: :runtime
48
+ version_requirements: *id002
49
+ description: Word correlation analysis in ranked nucleotide sequences (bioinformatics)
50
+ email: andersmbj@gmail.com
51
+ executables:
52
+ - cwords
53
+ - cwords_mkdb
54
+ extensions: []
55
+
56
+ extra_rdoc_files: []
57
+
58
+ files:
59
+ - README
60
+ - LICENSE
61
+ - bin/cwords
62
+ - bin/cwords_mkdb
63
+ - lib/ushuffle.jar
64
+ - lib/wordRS-lib.rb
65
+ - resources/genemap.tsv
66
+ - resources/word_annotation.tsv
67
+ - scripts/cwords.rb
68
+ - scripts/cwords_mkdb.rb
69
+ - scripts/cluster_words.rb
70
+ - scripts/complementary_words.rb
71
+ has_rdoc: true
72
+ homepage: https://github.com/andersjacobsen/cWords/
73
+ licenses: []
74
+
75
+ post_install_message:
76
+ rdoc_options: []
77
+
78
+ require_paths:
79
+ - lib
80
+ required_ruby_version: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ segments:
85
+ - 0
86
+ version: "0"
87
+ required_rubygems_version: !ruby/object:Gem::Requirement
88
+ requirements:
89
+ - - ">="
90
+ - !ruby/object:Gem::Version
91
+ segments:
92
+ - 0
93
+ version: "0"
94
+ requirements: []
95
+
96
+ rubyforge_project:
97
+ rubygems_version: 1.3.6
98
+ signing_key:
99
+ specification_version: 3
100
+ summary: Word correlation analysis
101
+ test_files: []
102
+