workflow-to-galaxy 0.3.4 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
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.4'
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.3.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
@@ -1,92 +1,95 @@
1
- <!DOCTYPE html>
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 - workflow-to-galaxy Docs</title>
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
- <nav id="metadata">
25
- <nav id="home-section" class="section">
26
- <h3 class="section-header">
27
- <a href="./index.html">Home</a>
28
- <a href="./table_of_contents.html#classes">Classes</a>
29
- <a href="./table_of_contents.html#methods">Methods</a>
30
- </h3>
31
- </nav>
32
-
33
-
34
- <nav id="search-section" class="section project-section" class="initially-hidden">
35
- <form action="#" method="get" accept-charset="utf-8">
36
- <h3 class="section-header">
37
- <input type="text" name="search" placeholder="Search" id="search-field"
38
- title="Type to search, Up and Down to navigate, Enter to load">
39
- </h3>
40
- </form>
41
-
42
- <ul id="search-results" class="initially-hidden"></ul>
43
- </nav>
44
-
45
-
46
- <div id="project-metadata">
47
- <nav id="fileindex-section" class="section project-section">
48
- <h3 class="section-header">Pages</h3>
49
-
50
- <ul>
51
-
52
- <li class="file"><a href="./CHANGES.html">CHANGES</a>
53
-
54
- <li class="file"><a href="./LICENSE.html">LICENSE</a>
55
-
56
- <li class="file"><a href="./README.html">README</a>
57
-
58
- </ul>
59
- </nav>
60
-
61
- <nav id="classindex-section" class="section project-section">
62
- <h3 class="section-header">Class and Module Index</h3>
63
-
64
- <ul class="link-list">
65
-
66
- <li><a href="./WorkflowToGalaxy.html">WorkflowToGalaxy</a>
67
-
68
- <li><a href="./WorkflowToGalaxy/GalaxyTool.html">WorkflowToGalaxy::GalaxyTool</a>
69
-
70
- <li><a href="./WorkflowToGalaxy/Workflows.html">WorkflowToGalaxy::Workflows</a>
71
-
72
- <li><a href="./String.html">String</a>
73
-
74
- </ul>
75
- </nav>
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" class="description">
81
-
82
- <h1 id="label-Changes+log+for+the+Taverna-Galaxy+Gem">Changes log for the Taverna-Galaxy Gem</h1>
83
+ <div id="documentation">
84
+
85
+ <h1>Changes log for the Taverna-Galaxy Gem</h1>
83
86
 
84
- <h2 id="label-Version+0.3.4">Version 0.3.4</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 id="label-Version+0.3.3">Version 0.3.3</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 id="label-Version+0.3.2">Version 0.3.2</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 id="label-Version+0.3.1">Version 0.3.1</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 id="label-Version+0.3.0">Version 0.3.0</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 id="label-Version+0.2.9">Version 0.2.9</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 id="label-Version+0.2.8">Version 0.2.8</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 id="label-Version+0.2.7">Version 0.2.7</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
- <footer id="validator-badges">
154
- <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
155
- <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
156
- <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
157
- </footer>
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
 
@@ -1,116 +1,118 @@
1
- <!DOCTYPE html>
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 - workflow-to-galaxy Docs</title>
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
- <nav id="metadata">
25
- <nav id="home-section" class="section">
26
- <h3 class="section-header">
27
- <a href="./index.html">Home</a>
28
- <a href="./table_of_contents.html#classes">Classes</a>
29
- <a href="./table_of_contents.html#methods">Methods</a>
30
- </h3>
31
- </nav>
32
-
33
-
34
- <nav id="search-section" class="section project-section" class="initially-hidden">
35
- <form action="#" method="get" accept-charset="utf-8">
36
- <h3 class="section-header">
37
- <input type="text" name="search" placeholder="Search" id="search-field"
38
- title="Type to search, Up and Down to navigate, Enter to load">
39
- </h3>
40
- </form>
41
-
42
- <ul id="search-results" class="initially-hidden"></ul>
43
- </nav>
44
-
45
-
46
- <div id="project-metadata">
47
- <nav id="fileindex-section" class="section project-section">
48
- <h3 class="section-header">Pages</h3>
49
-
50
- <ul>
51
-
52
- <li class="file"><a href="./CHANGES.html">CHANGES</a>
53
-
54
- <li class="file"><a href="./LICENSE.html">LICENSE</a>
55
-
56
- <li class="file"><a href="./README.html">README</a>
57
-
58
- </ul>
59
- </nav>
60
-
61
- <nav id="classindex-section" class="section project-section">
62
- <h3 class="section-header">Class and Module Index</h3>
63
-
64
- <ul class="link-list">
65
-
66
- <li><a href="./WorkflowToGalaxy.html">WorkflowToGalaxy</a>
67
-
68
- <li><a href="./WorkflowToGalaxy/GalaxyTool.html">WorkflowToGalaxy::GalaxyTool</a>
69
-
70
- <li><a href="./WorkflowToGalaxy/Workflows.html">WorkflowToGalaxy::Workflows</a>
71
-
72
- <li><a href="./String.html">String</a>
73
-
74
- </ul>
75
- </nav>
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" class="description">
81
-
82
- <h2 id="label-workflow-to-galaxy">workflow-to-galaxy</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
- “Software”), to deal in the Software without restriction, including
91
- without limitation the rights to use, copy, modify, merge, publish,
92
- distribute, sublicense, and/or sell copies of the Software, and to permit
93
- persons to whom the Software is furnished to do so, subject to the
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
- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
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
- <footer id="validator-badges">
112
- <p><a href="http://validator.w3.org/check/referer">[Validate]</a>
113
- <p>Generated by <a href="https://github.com/rdoc/rdoc">RDoc</a> 3.12.
114
- <p>Generated with the <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish Rdoc Generator</a> 3.
115
- </footer>
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