Mercurial > repos > iuc > ampvis2_export_fasta
comparison export_fasta.xml @ 1:e10b5eebd415 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ampvis2 commit 40ca64669b0f8c875835fcf41ce91e6adb391283"
author | iuc |
---|---|
date | Thu, 07 Apr 2022 14:04:02 +0000 |
parents | 3c3c359d9b85 |
children | 0ddd34d51029 |
comparison
equal
deleted
inserted
replaced
0:3c3c359d9b85 | 1:e10b5eebd415 |
---|---|
14 amp_export_fasta(data, filename = "$output", tax = $tax) | 14 amp_export_fasta(data, filename = "$output", tax = $tax) |
15 ]]></configfile> | 15 ]]></configfile> |
16 </configfiles> | 16 </configfiles> |
17 <inputs> | 17 <inputs> |
18 <expand macro="rds_input_macro"/> | 18 <expand macro="rds_input_macro"/> |
19 <param argument="tax" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="false" help="Add taxonomic strings to the output"/> | 19 <param argument="tax" type="boolean" truevalue="TRUE" falsevalue="FALSE" checked="false" label="Add taxonomic strings to the output"/> |
20 </inputs> | 20 </inputs> |
21 <outputs> | 21 <outputs> |
22 <data name="output" format="fasta"/> | 22 <data name="output" format="fasta"/> |
23 </outputs> | 23 </outputs> |
24 <tests> | 24 <tests> |