Previous changeset 1:880265000696 (2013-06-25) Next changeset 3:bdfc22c1c3e3 (2018-05-02) |
Commit message:
Uploaded |
modified:
RepeatMasker.xml |
b |
diff -r 880265000696 -r 5673e72241aa RepeatMasker.xml --- a/RepeatMasker.xml Tue Jun 25 08:58:21 2013 -0400 +++ b/RepeatMasker.xml Tue Sep 17 03:23:49 2013 -0400 |
b |
@@ -1,5 +1,8 @@ <tool id="repeatmasker_wrapper" name="RepeatMasker" version="0.1.2"> <description>Masks different kind of repeats</description> + <requirements> + <requirement type="binary">RepeatMasker</requirement> + </requirements> <command> ## The command is a Cheetah template which allows some Python based syntax. ## Lines starting hash hash are comments. Galaxy will turn newlines into spaces @@ -154,6 +157,7 @@ <option value="-species rat">rat</option> <option value="-species rice">rice</option> <option value="-species rodentia">rodentia</option> + <option value="-species ruminantia">ruminantia</option> <option value="-species wheat">wheat</option> </param> @@ -211,9 +215,6 @@ </filter> </data> </outputs> - <requirements> - <requirement type="binary">RepeatMasker</requirement> - </requirements> <help> .. class:: warningmark |