workflow-to-galaxy 0.3.4 → 0.3.5
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/Rakefile +2 -2
- data/doc/rdoc/CHANGES.html +92 -89
- data/doc/rdoc/LICENSE.html +91 -89
- data/doc/rdoc/README.html +110 -107
- data/doc/rdoc/String.html +163 -148
- data/doc/rdoc/WorkflowToGalaxy.html +149 -121
- data/doc/rdoc/WorkflowToGalaxy/GalaxyTool.html +227 -201
- data/doc/rdoc/WorkflowToGalaxy/Workflows.html +127 -115
- data/doc/rdoc/created.rid +7 -7
- data/doc/rdoc/index.html +87 -104
- data/doc/rdoc/js/darkfish.js +62 -99
- data/doc/rdoc/js/jquery.js +29 -15
- data/doc/rdoc/rdoc.css +339 -119
- metadata +101 -116
data/Rakefile
CHANGED
@@ -7,7 +7,7 @@ require 'rdoc/task'
|
|
7
7
|
|
8
8
|
spec = Gem::Specification.new do |s|
|
9
9
|
s.name = 'workflow-to-galaxy'
|
10
|
-
s.version = '0.3.
|
10
|
+
s.version = '0.3.5'
|
11
11
|
s.extra_rdoc_files = ['README', 'LICENSE', 'CHANGES']
|
12
12
|
s.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).'
|
13
13
|
s.description = s.summary
|
@@ -18,7 +18,7 @@ spec = Gem::Specification.new do |s|
|
|
18
18
|
s.require_path = "lib"
|
19
19
|
s.bindir = "bin"
|
20
20
|
s.add_dependency 'myexperiment-rest', '~> 0.3.0'
|
21
|
-
s.add_dependency 'taverna-t2flow', '~> 0.
|
21
|
+
s.add_dependency 'taverna-t2flow', '~> 0.4.0'
|
22
22
|
s.add_dependency 't2-server', '~> 0.6.1'
|
23
23
|
s.add_dependency 'rubyzip', '~> 0.9.4'
|
24
24
|
end
|
data/doc/rdoc/CHANGES.html
CHANGED
@@ -1,92 +1,95 @@
|
|
1
|
-
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
2
4
|
|
3
|
-
<html>
|
5
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
6
|
<head>
|
5
|
-
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"
|
7
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
6
8
|
|
7
|
-
<title>CHANGES
|
9
|
+
<title>File: CHANGES [workflow-to-galaxy Docs]</title>
|
8
10
|
|
9
|
-
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet"
|
10
|
-
|
11
|
-
<script type="text/javascript">
|
12
|
-
var rdoc_rel_prefix = "./";
|
13
|
-
</script>
|
14
|
-
|
15
|
-
<script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
|
16
|
-
<script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
|
17
|
-
<script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
|
18
|
-
<script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
|
19
|
-
<script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
|
20
|
-
<script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
|
11
|
+
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet" />
|
21
12
|
|
13
|
+
<script src="./js/jquery.js" type="text/javascript"
|
14
|
+
charset="utf-8"></script>
|
15
|
+
<script src="./js/thickbox-compressed.js" type="text/javascript"
|
16
|
+
charset="utf-8"></script>
|
17
|
+
<script src="./js/quicksearch.js" type="text/javascript"
|
18
|
+
charset="utf-8"></script>
|
19
|
+
<script src="./js/darkfish.js" type="text/javascript"
|
20
|
+
charset="utf-8"></script>
|
21
|
+
</head>
|
22
22
|
|
23
23
|
<body class="file">
|
24
|
-
<
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
</
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
</
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
</
|
76
|
-
|
24
|
+
<div id="metadata">
|
25
|
+
<div id="home-metadata">
|
26
|
+
<div id="home-section" class="section">
|
27
|
+
<h3 class="section-header">
|
28
|
+
<a href="./index.html">Home</a>
|
29
|
+
<a href="./index.html#classes">Classes</a>
|
30
|
+
<a href="./index.html#methods">Methods</a>
|
31
|
+
</h3>
|
32
|
+
</div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="project-metadata">
|
36
|
+
|
37
|
+
|
38
|
+
<div id="fileindex-section" class="section project-section">
|
39
|
+
<h3 class="section-header">Files</h3>
|
40
|
+
<ul>
|
41
|
+
|
42
|
+
<li class="file"><a href="./CHANGES.html">CHANGES</a></li>
|
43
|
+
|
44
|
+
<li class="file"><a href="./LICENSE.html">LICENSE</a></li>
|
45
|
+
|
46
|
+
<li class="file"><a href="./README.html">README</a></li>
|
47
|
+
|
48
|
+
</ul>
|
49
|
+
</div>
|
50
|
+
|
51
|
+
|
52
|
+
<div id="classindex-section" class="section project-section">
|
53
|
+
<h3 class="section-header">Class Index
|
54
|
+
<span class="search-toggle"><img src="./images/find.png"
|
55
|
+
height="16" width="16" alt="[+]"
|
56
|
+
title="show/hide quicksearch" /></span></h3>
|
57
|
+
<form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
|
58
|
+
<fieldset>
|
59
|
+
<legend>Quicksearch</legend>
|
60
|
+
<input type="text" name="quicksearch" value=""
|
61
|
+
class="quicksearch-field" />
|
62
|
+
</fieldset>
|
63
|
+
</form>
|
64
|
+
|
65
|
+
<ul class="link-list">
|
66
|
+
|
67
|
+
<li><a href="./WorkflowToGalaxy.html">WorkflowToGalaxy</a></li>
|
68
|
+
|
69
|
+
<li><a href="./WorkflowToGalaxy/GalaxyTool.html">WorkflowToGalaxy::GalaxyTool</a></li>
|
70
|
+
|
71
|
+
<li><a href="./WorkflowToGalaxy/Workflows.html">WorkflowToGalaxy::Workflows</a></li>
|
72
|
+
|
73
|
+
<li><a href="./String.html">String</a></li>
|
74
|
+
|
75
|
+
</ul>
|
76
|
+
<div id="no-class-search-results" style="display: none;">No matching classes.</div>
|
77
|
+
</div>
|
78
|
+
|
79
|
+
|
80
|
+
</div>
|
77
81
|
</div>
|
78
|
-
</nav>
|
79
82
|
|
80
|
-
<div id="documentation"
|
81
|
-
|
82
|
-
<h1
|
83
|
+
<div id="documentation">
|
84
|
+
|
85
|
+
<h1>Changes log for the Taverna-Galaxy Gem</h1>
|
83
86
|
|
84
|
-
<h2
|
87
|
+
<h2>Version 0.3.4</h2>
|
85
88
|
<ul><li>
|
86
89
|
<p>Updated taverna-t2flow dependency to 0.3.0</p>
|
87
90
|
</li></ul>
|
88
91
|
|
89
|
-
<h2
|
92
|
+
<h2>Version 0.3.3</h2>
|
90
93
|
<ul><li>
|
91
94
|
<p>Multiline output examples are now displayed better in HTML/Galaxy (similar
|
92
95
|
to inputs)</p>
|
@@ -103,14 +106,14 @@ for auth</p>
|
|
103
106
|
</li></ul>
|
104
107
|
</li></ul>
|
105
108
|
|
106
|
-
<h2
|
109
|
+
<h2>Version 0.3.2</h2>
|
107
110
|
<ul><li>
|
108
111
|
<p>Automatic filename creation is more robust (all special chars are removed)</p>
|
109
112
|
</li><li>
|
110
113
|
<p>More workflow tests</p>
|
111
114
|
</li></ul>
|
112
115
|
|
113
|
-
<h2
|
116
|
+
<h2>Version 0.3.1</h2>
|
114
117
|
<ul><li>
|
115
118
|
<p>Used semver formally (taged: v0.3.1 semver)</p>
|
116
119
|
</li><li>
|
@@ -119,40 +122,40 @@ for auth</p>
|
|
119
122
|
<p>Extended workflow tests</p>
|
120
123
|
</li></ul>
|
121
124
|
|
122
|
-
<h2
|
125
|
+
<h2>Version 0.3.0</h2>
|
123
126
|
<ul><li>
|
124
127
|
<p>Updated to newer myexperiment-rest lib (0.3.0).</p>
|
125
128
|
</li><li>
|
126
129
|
<p>Restructured, now more modular and extensible.</p>
|
127
130
|
</li></ul>
|
128
131
|
|
129
|
-
<h2
|
132
|
+
<h2>Version 0.2.9</h2>
|
130
133
|
<ul><li>
|
131
134
|
<p>Fixed minor bug when workflow had empty description</p>
|
132
135
|
</li><li>
|
133
136
|
<p>Added instructions to generated scripts on how to run them without Galaxy.</p>
|
134
137
|
</li></ul>
|
135
138
|
|
136
|
-
<h2
|
139
|
+
<h2>Version 0.2.8</h2>
|
137
140
|
<ul><li>
|
138
141
|
<p>Clean up of documentation</p>
|
139
142
|
</li><li>
|
140
143
|
<p>Added rubyzip dependency to gemspec</p>
|
141
144
|
</li></ul>
|
142
145
|
|
143
|
-
<h2
|
146
|
+
<h2>Version 0.2.7</h2>
|
144
147
|
<ul><li>
|
145
148
|
<p>A Galaxy tool can now also be created by providing a t2flow file with the
|
146
149
|
–t2flow flag.</p>
|
147
150
|
</li></ul>
|
148
151
|
|
149
|
-
</div>
|
150
|
-
|
151
|
-
|
152
|
+
</div>
|
152
153
|
|
153
|
-
<
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
</
|
154
|
+
<div id="validator-badges">
|
155
|
+
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
156
|
+
<p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
|
157
|
+
Rdoc Generator</a> 2</small>.</p>
|
158
|
+
</div>
|
159
|
+
</body>
|
160
|
+
</html>
|
158
161
|
|
data/doc/rdoc/LICENSE.html
CHANGED
@@ -1,116 +1,118 @@
|
|
1
|
-
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
3
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
2
4
|
|
3
|
-
<html>
|
5
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
6
|
<head>
|
5
|
-
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type"
|
7
|
+
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
|
6
8
|
|
7
|
-
<title>LICENSE
|
9
|
+
<title>File: LICENSE [workflow-to-galaxy Docs]</title>
|
8
10
|
|
9
|
-
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet"
|
10
|
-
|
11
|
-
<script type="text/javascript">
|
12
|
-
var rdoc_rel_prefix = "./";
|
13
|
-
</script>
|
14
|
-
|
15
|
-
<script type="text/javascript" charset="utf-8" src="./js/jquery.js"></script>
|
16
|
-
<script type="text/javascript" charset="utf-8" src="./js/navigation.js"></script>
|
17
|
-
<script type="text/javascript" charset="utf-8" src="./js/search_index.js"></script>
|
18
|
-
<script type="text/javascript" charset="utf-8" src="./js/search.js"></script>
|
19
|
-
<script type="text/javascript" charset="utf-8" src="./js/searcher.js"></script>
|
20
|
-
<script type="text/javascript" charset="utf-8" src="./js/darkfish.js"></script>
|
11
|
+
<link type="text/css" media="screen" href="./rdoc.css" rel="stylesheet" />
|
21
12
|
|
13
|
+
<script src="./js/jquery.js" type="text/javascript"
|
14
|
+
charset="utf-8"></script>
|
15
|
+
<script src="./js/thickbox-compressed.js" type="text/javascript"
|
16
|
+
charset="utf-8"></script>
|
17
|
+
<script src="./js/quicksearch.js" type="text/javascript"
|
18
|
+
charset="utf-8"></script>
|
19
|
+
<script src="./js/darkfish.js" type="text/javascript"
|
20
|
+
charset="utf-8"></script>
|
21
|
+
</head>
|
22
22
|
|
23
23
|
<body class="file">
|
24
|
-
<
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
</
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
</
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
</
|
76
|
-
|
24
|
+
<div id="metadata">
|
25
|
+
<div id="home-metadata">
|
26
|
+
<div id="home-section" class="section">
|
27
|
+
<h3 class="section-header">
|
28
|
+
<a href="./index.html">Home</a>
|
29
|
+
<a href="./index.html#classes">Classes</a>
|
30
|
+
<a href="./index.html#methods">Methods</a>
|
31
|
+
</h3>
|
32
|
+
</div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="project-metadata">
|
36
|
+
|
37
|
+
|
38
|
+
<div id="fileindex-section" class="section project-section">
|
39
|
+
<h3 class="section-header">Files</h3>
|
40
|
+
<ul>
|
41
|
+
|
42
|
+
<li class="file"><a href="./CHANGES.html">CHANGES</a></li>
|
43
|
+
|
44
|
+
<li class="file"><a href="./LICENSE.html">LICENSE</a></li>
|
45
|
+
|
46
|
+
<li class="file"><a href="./README.html">README</a></li>
|
47
|
+
|
48
|
+
</ul>
|
49
|
+
</div>
|
50
|
+
|
51
|
+
|
52
|
+
<div id="classindex-section" class="section project-section">
|
53
|
+
<h3 class="section-header">Class Index
|
54
|
+
<span class="search-toggle"><img src="./images/find.png"
|
55
|
+
height="16" width="16" alt="[+]"
|
56
|
+
title="show/hide quicksearch" /></span></h3>
|
57
|
+
<form action="#" method="get" accept-charset="utf-8" class="initially-hidden">
|
58
|
+
<fieldset>
|
59
|
+
<legend>Quicksearch</legend>
|
60
|
+
<input type="text" name="quicksearch" value=""
|
61
|
+
class="quicksearch-field" />
|
62
|
+
</fieldset>
|
63
|
+
</form>
|
64
|
+
|
65
|
+
<ul class="link-list">
|
66
|
+
|
67
|
+
<li><a href="./WorkflowToGalaxy.html">WorkflowToGalaxy</a></li>
|
68
|
+
|
69
|
+
<li><a href="./WorkflowToGalaxy/GalaxyTool.html">WorkflowToGalaxy::GalaxyTool</a></li>
|
70
|
+
|
71
|
+
<li><a href="./WorkflowToGalaxy/Workflows.html">WorkflowToGalaxy::Workflows</a></li>
|
72
|
+
|
73
|
+
<li><a href="./String.html">String</a></li>
|
74
|
+
|
75
|
+
</ul>
|
76
|
+
<div id="no-class-search-results" style="display: none;">No matching classes.</div>
|
77
|
+
</div>
|
78
|
+
|
79
|
+
|
80
|
+
</div>
|
77
81
|
</div>
|
78
|
-
</nav>
|
79
82
|
|
80
|
-
<div id="documentation"
|
81
|
-
|
82
|
-
<h2
|
83
|
+
<div id="documentation">
|
84
|
+
|
85
|
+
<h2>workflow-to-galaxy</h2>
|
83
86
|
|
84
87
|
<p>The MIT License</p>
|
85
88
|
|
86
89
|
<p>Copyright © 2010 - Netherlands Bioinformatics Centre</p>
|
87
90
|
|
88
91
|
<p>Permission is hereby granted, free of charge, to any person obtaining a
|
89
|
-
copy of this software and associated documentation files (the
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
following conditions:</p>
|
92
|
+
copy of this software and associated documentation files (the “Software”),
|
93
|
+
to deal in the Software without restriction, including without limitation
|
94
|
+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
95
|
+
and/or sell copies of the Software, and to permit persons to whom the
|
96
|
+
Software is furnished to do so, subject to the following conditions:</p>
|
95
97
|
|
96
98
|
<p>The above copyright notice and this permission notice shall be included in
|
97
99
|
all copies or substantial portions of the Software.</p>
|
98
100
|
|
99
|
-
<p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
100
|
-
|
101
|
+
<p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
102
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
101
103
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
102
104
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
103
105
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
104
106
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
105
107
|
DEALINGS IN THE SOFTWARE.</p>
|
106
108
|
|
107
|
-
</div>
|
108
|
-
|
109
|
-
|
109
|
+
</div>
|
110
110
|
|
111
|
-
<
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
</
|
111
|
+
<div id="validator-badges">
|
112
|
+
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
|
113
|
+
<p><small>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish
|
114
|
+
Rdoc Generator</a> 2</small>.</p>
|
115
|
+
</div>
|
116
|
+
</body>
|
117
|
+
</html>
|
116
118
|
|