Mercurial > repos > public-health-bioinformatics > amino2consensus
comparison amino2consensus.xml @ 0:1e0389317446 draft
"planemo upload for repository https://github.com/public-health-bioinformatics/galaxy_tools/blob/master/tools/micall-lite commit 9c3ab5825c19a7c400a46f727975edb480a91c09"
author | public-health-bioinformatics |
---|---|
date | Mon, 06 Jan 2020 19:11:48 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1e0389317446 |
---|---|
1 <tool id="amino2consensus" name="MiCall Amino to Consensus" version="@TOOL_VERSION@+galaxy0"> | |
2 <description></description> | |
3 <macros> | |
4 <import>macros.xml</import> | |
5 </macros> | |
6 <requirements> | |
7 </requirements> | |
8 <version_command>echo "@TOOL_VERSION@"</version_command> | |
9 <command detect_errors="exit_code"> | |
10 <![CDATA[ | |
11 '${__tool_directory__}/amino2consensus.py' | |
12 --threshold ${threshold} | |
13 '${amino}' | |
14 > '${consensus}' | |
15 ]]> | |
16 </command> | |
17 <inputs> | |
18 <param format="csv" name="amino" type="data" label="MiCall amino.csv output" help="MiCall amino.csv output" /> | |
19 <param name="threshold" type="float" min="0" value="0.15" max="1" label="Threshold" help="Threshold" /> | |
20 </inputs> | |
21 <outputs> | |
22 <data name="consensus" label="consensus" format="fasta"/> | |
23 </outputs> | |
24 <tests> | |
25 </tests> | |
26 <help><![CDATA[ | |
27 ]]></help> | |
28 <expand macro="citations" /> | |
29 </tool> |