File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
<tool id =" repeatmasker_wrapper" name =" RepeatMasker" version =" 0.1.2" >
2
2
<description >Masks different kind of repeats</description >
3
+ <requirements >
4
+ <requirement type =" binary" >RepeatMasker</requirement >
5
+ </requirements >
3
6
<command >
4
7
## The command is a Cheetah template which allows some Python based syntax.
5
8
## Lines starting hash hash are comments. Galaxy will turn newlines into spaces
@@ -154,6 +157,7 @@ rm $dirname -r
154
157
<option value =" -species rat" >rat</option >
155
158
<option value =" -species rice" >rice</option >
156
159
<option value =" -species rodentia" >rodentia</option >
160
+ <option value =" -species ruminantia" >ruminantia</option >
157
161
<option value =" -species wheat" >wheat</option >
158
162
</param >
159
163
@@ -211,9 +215,6 @@ rm $dirname -r
211
215
</filter >
212
216
</data >
213
217
</outputs >
214
- <requirements >
215
- <requirement type =" binary" >RepeatMasker</requirement >
216
- </requirements >
217
218
<help >
218
219
219
220
.. class:: warningmark
You can’t perform that action at this time.
0 commit comments