workflow-to-galaxy 0.2.7
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.
- data/CHANGES +6 -0
- data/LICENSE +23 -0
- data/README +60 -0
- data/Rakefile +54 -0
- data/bin/workflow_to_galaxy.rb +110 -0
- data/doc/rdoc/classes/Generator.html +215 -0
- data/doc/rdoc/classes/WorkflowToGalaxy.html +105 -0
- data/doc/rdoc/created.rid +1 -0
- data/doc/rdoc/files/LICENSE.html +133 -0
- data/doc/rdoc/files/README.html +192 -0
- data/doc/rdoc/files/lib/workflow-to-galaxy/generator_rb.html +108 -0
- data/doc/rdoc/files/lib/workflow-to-galaxy_rb.html +108 -0
- data/doc/rdoc/fr_class_index.html +28 -0
- data/doc/rdoc/fr_file_index.html +30 -0
- data/doc/rdoc/fr_method_index.html +28 -0
- data/doc/rdoc/index.html +24 -0
- data/doc/rdoc/rdoc-style.css +208 -0
- data/lib/workflow-to-galaxy.rb +5 -0
- data/lib/workflow-to-galaxy/generator.rb +497 -0
- metadata +132 -0
metadata
ADDED
@@ -0,0 +1,132 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: workflow-to-galaxy
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 25
|
5
|
+
prerelease:
|
6
|
+
segments:
|
7
|
+
- 0
|
8
|
+
- 2
|
9
|
+
- 7
|
10
|
+
version: 0.2.7
|
11
|
+
platform: ruby
|
12
|
+
authors:
|
13
|
+
- Kostas Karasavvas
|
14
|
+
autorequire:
|
15
|
+
bindir: bin
|
16
|
+
cert_chain: []
|
17
|
+
|
18
|
+
date: 2011-07-21 00:00:00 Z
|
19
|
+
dependencies:
|
20
|
+
- !ruby/object:Gem::Dependency
|
21
|
+
name: myexperiment-rest
|
22
|
+
prerelease: false
|
23
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
24
|
+
none: false
|
25
|
+
requirements:
|
26
|
+
- - ">="
|
27
|
+
- !ruby/object:Gem::Version
|
28
|
+
hash: 27
|
29
|
+
segments:
|
30
|
+
- 0
|
31
|
+
- 2
|
32
|
+
- 6
|
33
|
+
version: 0.2.6
|
34
|
+
type: :runtime
|
35
|
+
version_requirements: *id001
|
36
|
+
- !ruby/object:Gem::Dependency
|
37
|
+
name: taverna-t2flow
|
38
|
+
prerelease: false
|
39
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
40
|
+
none: false
|
41
|
+
requirements:
|
42
|
+
- - ">="
|
43
|
+
- !ruby/object:Gem::Version
|
44
|
+
hash: 23
|
45
|
+
segments:
|
46
|
+
- 0
|
47
|
+
- 2
|
48
|
+
- 0
|
49
|
+
version: 0.2.0
|
50
|
+
type: :runtime
|
51
|
+
version_requirements: *id002
|
52
|
+
- !ruby/object:Gem::Dependency
|
53
|
+
name: t2-server
|
54
|
+
prerelease: false
|
55
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
56
|
+
none: false
|
57
|
+
requirements:
|
58
|
+
- - ">="
|
59
|
+
- !ruby/object:Gem::Version
|
60
|
+
hash: 13
|
61
|
+
segments:
|
62
|
+
- 0
|
63
|
+
- 5
|
64
|
+
- 3
|
65
|
+
version: 0.5.3
|
66
|
+
type: :runtime
|
67
|
+
version_requirements: *id003
|
68
|
+
description: This script acquires information for a taverna 2 workflow from myExperiment (or from a file) and generates a Galaxy tool (.xml and .rb files).
|
69
|
+
email: kostas.karasavvas@nbic.nl
|
70
|
+
executables:
|
71
|
+
- workflow_to_galaxy.rb
|
72
|
+
extensions: []
|
73
|
+
|
74
|
+
extra_rdoc_files:
|
75
|
+
- README
|
76
|
+
- LICENSE
|
77
|
+
- CHANGES
|
78
|
+
files:
|
79
|
+
- LICENSE
|
80
|
+
- README
|
81
|
+
- CHANGES
|
82
|
+
- Rakefile
|
83
|
+
- bin/workflow_to_galaxy.rb
|
84
|
+
- lib/workflow-to-galaxy/generator.rb
|
85
|
+
- lib/workflow-to-galaxy.rb
|
86
|
+
- doc/rdoc/rdoc-style.css
|
87
|
+
- doc/rdoc/fr_file_index.html
|
88
|
+
- doc/rdoc/classes/WorkflowToGalaxy.html
|
89
|
+
- doc/rdoc/classes/Generator.html
|
90
|
+
- doc/rdoc/fr_class_index.html
|
91
|
+
- doc/rdoc/index.html
|
92
|
+
- doc/rdoc/files/LICENSE.html
|
93
|
+
- doc/rdoc/files/README.html
|
94
|
+
- doc/rdoc/files/lib/workflow-to-galaxy_rb.html
|
95
|
+
- doc/rdoc/files/lib/workflow-to-galaxy/generator_rb.html
|
96
|
+
- doc/rdoc/fr_method_index.html
|
97
|
+
- doc/rdoc/created.rid
|
98
|
+
homepage:
|
99
|
+
licenses: []
|
100
|
+
|
101
|
+
post_install_message:
|
102
|
+
rdoc_options: []
|
103
|
+
|
104
|
+
require_paths:
|
105
|
+
- lib
|
106
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
107
|
+
none: false
|
108
|
+
requirements:
|
109
|
+
- - ">="
|
110
|
+
- !ruby/object:Gem::Version
|
111
|
+
hash: 3
|
112
|
+
segments:
|
113
|
+
- 0
|
114
|
+
version: "0"
|
115
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
116
|
+
none: false
|
117
|
+
requirements:
|
118
|
+
- - ">="
|
119
|
+
- !ruby/object:Gem::Version
|
120
|
+
hash: 3
|
121
|
+
segments:
|
122
|
+
- 0
|
123
|
+
version: "0"
|
124
|
+
requirements: []
|
125
|
+
|
126
|
+
rubyforge_project:
|
127
|
+
rubygems_version: 1.7.2
|
128
|
+
signing_key:
|
129
|
+
specification_version: 3
|
130
|
+
summary: This script acquires information for a taverna 2 workflow from myExperiment (or from a file) and generates a Galaxy tool (.xml and .rb files).
|
131
|
+
test_files: []
|
132
|
+
|