Mercurial > repos > iuc > malt_run
view macros.xml @ 1:87a1202c03e8 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/malt commit 6bde7c9985265b3086f1e1a6df814c20d02ee092"
author | iuc |
---|---|
date | Mon, 09 May 2022 15:08:00 +0000 |
parents | d505990b8c89 |
children |
line wrap: on
line source
<macros> <token name="@TOOL_VERSION@">0.5.3</token> <token name="@VERSION_SUFFIX@">1</token> <token name="@PROFILE@">20.09</token> <xml name="requirements"> <requirements> <requirement type="package" version="0.53">malt</requirement> </requirements> </xml> <macro name="sub_matrix"> <param name="sub_matrix" type="select" label="Select the protein substitution matrix to use"> <option value="BLOSUM62" selected="True">BLOSUM62</option> <option value="BLOSUM45">BLOSUM45</option> <option value="BLOSUM50">BLOSUM50</option> <option value="BLOSUM80">BLOSUM80</option> <option value="BLOSUM90">BLOSUM90</option> </param> </macro> <macro name="forward_reverse_only"> <param name="forward_only" type="boolean" truevalue="--forwardOnly" falsevalue="" checked="false" label="Align query forward strand only?"/> <param name="reverse_only" type="boolean" truevalue="--reverseOnly" falsevalue="" checked="false" label="Align query reverse strand only?"/> </macro> <xml name="citations"> <citations> <citation type="doi">https://doi.org/10.1101/050559</citation> </citations> </xml> </macros>