Skip to content

Commit 9c2ad99

Browse files
committed
Add sheep as option, thanks to Simon Guest.
1 parent c9abd4f commit 9c2ad99

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

repeat_masker/RepeatMasker.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<tool id="repeatmasker_wrapper" name="RepeatMasker" version="0.1.2">
22
<description>Masks different kind of repeats</description>
3+
<requirements>
4+
<requirement type="binary">RepeatMasker</requirement>
5+
</requirements>
36
<command>
47
## The command is a Cheetah template which allows some Python based syntax.
58
## Lines starting hash hash are comments. Galaxy will turn newlines into spaces
@@ -154,6 +157,7 @@ rm $dirname -r
154157
<option value="-species rat">rat</option>
155158
<option value="-species rice">rice</option>
156159
<option value="-species rodentia">rodentia</option>
160+
<option value="-species ruminantia">ruminantia</option>
157161
<option value="-species wheat">wheat</option>
158162
</param>
159163

@@ -211,9 +215,6 @@ rm $dirname -r
211215
</filter>
212216
</data>
213217
</outputs>
214-
<requirements>
215-
<requirement type="binary">RepeatMasker</requirement>
216-
</requirements>
217218
<help>
218219

219220
.. class:: warningmark

0 commit comments

Comments
 (0)