Mercurial > repos > iuc > malt_run
comparison macros.xml @ 0:0f45b98a5a08 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/malt commit 04aaa266f5b2e557f42c7feca4e081c7e9c1dae6"
| author | iuc |
|---|---|
| date | Fri, 12 Nov 2021 18:38:49 +0000 |
| parents | |
| children | d9b0eda57c0b |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:0f45b98a5a08 |
|---|---|
| 1 <macros> | |
| 2 <token name="@TOOL_VERSION@">0.5.3</token> | |
| 3 <token name="@VERSION_SUFFIX@">0</token> | |
| 4 <token name="@PROFILE@">20.09</token> | |
| 5 <xml name="requirements"> | |
| 6 <requirements> | |
| 7 <requirement type="package" version="0.53">malt</requirement> | |
| 8 </requirements> | |
| 9 </xml> | |
| 10 <macro name="sub_matrix"> | |
| 11 <param name="sub_matrix" type="select" label="Select the protein substitution matrix to use"> | |
| 12 <option value="BLOSUM62" selected="True">BLOSUM62</option> | |
| 13 <option value="BLOSUM45">BLOSUM45</option> | |
| 14 <option value="BLOSUM50">BLOSUM50</option> | |
| 15 <option value="BLOSUM80">BLOSUM80</option> | |
| 16 <option value="BLOSUM90">BLOSUM90</option> | |
| 17 </param> | |
| 18 </macro> | |
| 19 <macro name="forward_reverse_only"> | |
| 20 <param name="forward_only" type="boolean" truevalue="--forwardOnly" falsevalue="" checked="false" label="Align query forward strand only?"/> | |
| 21 <param name="reverse_only" type="boolean" truevalue="--reverseOnly" falsevalue="" checked="false" label="Align query reverse strand only?"/> | |
| 22 </macro> | |
| 23 <xml name="citations"> | |
| 24 <citations> | |
| 25 <citation type="doi">https://doi.org/10.1101/050559</citation> | |
| 26 </citations> | |
| 27 </xml> | |
| 28 </macros> | |
| 29 |
