Mercurial > repos > iuc > bandage
comparison bandage_info.xml @ 1:ebe4463404b4 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bandage commit 5badd53c6fdaf43796ffacff94852356696d30d0
author | iuc |
---|---|
date | Wed, 15 May 2019 04:11:22 -0400 |
parents | 067592b6b312 |
children | b2860df42e16 |
comparison
equal
deleted
inserted
replaced
0:067592b6b312 | 1:ebe4463404b4 |
---|---|
12 '$input_file' | 12 '$input_file' |
13 $tsv | 13 $tsv |
14 > out.txt | 14 > out.txt |
15 ]]></command> | 15 ]]></command> |
16 <inputs> | 16 <inputs> |
17 <param name="input_file" type="data" format="tabular" label="Graphical Fragment Assembly" /> | 17 <param name="input_file" type="data" format="txt" label="Graphical Fragment Assembly" help="Supports multiple assembly graph formats: LastGraph (Velvet), FASTG (SPAdes), Trinity.fasta, ASQG and GFA."/> |
18 <param argument="--tsv" type="boolean" checked="false" truevalue="--tsv" falsevalue="" label="Output the information in a single tab-delimited line starting with the graph file"/> | 18 <param argument="--tsv" type="boolean" checked="false" truevalue="--tsv" falsevalue="" label="Output the information in a single tab-delimited line starting with the graph file"/> |
19 </inputs> | 19 </inputs> |
20 <outputs> | 20 <outputs> |
21 <data name="outfile" format="txt" from_work_dir="out.txt" label="${tool.name} on ${on_string}: Assembly Graph Information"/> | 21 <data name="outfile" format="txt" from_work_dir="out.txt" label="${tool.name} on ${on_string}: Assembly Graph Information"/> |
22 </outputs> | 22 </outputs> |