Mercurial > repos > iuc > megan_daa_meganizer
comparison daa_meganizer.xml @ 1:f1b6527ba952 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
author | iuc |
---|---|
date | Tue, 07 Dec 2021 10:17:41 +0000 |
parents | ca7c839a75ab |
children | bb2a8bd85c85 |
comparison
equal
deleted
inserted
replaced
0:ca7c839a75ab | 1:f1b6527ba952 |
---|---|
45 --threads \${GALAXY_SLOTS:-8} | 45 --threads \${GALAXY_SLOTS:-8} |
46 --tempStoreDir '.' | 46 --tempStoreDir '.' |
47 && mv '$input_identifier' '$output' | 47 && mv '$input_identifier' '$output' |
48 ]]></command> | 48 ]]></command> |
49 <inputs> | 49 <inputs> |
50 <param argument="--in" type="data" format="daa" label="Input DAA file"/> | 50 <expand macro="input_daa_param"/> |
51 <section name="advanced_options" title="Advanced options" expanded="false"> | 51 <section name="advanced_options" title="Advanced options" expanded="false"> |
52 <param argument="--metaDataFile" type="data" format="tabular" multiple="true" optional="true" label="Files containing metadata to be included in the output files"/> | 52 <param argument="--metaDataFile" type="data" format="tabular" multiple="true" optional="true" label="Files containing metadata to be included in the output files"/> |
53 <expand macro="long_reads_param"/> | 53 <expand macro="long_reads_param"/> |
54 <expand macro="classify_param"/> | 54 <expand macro="classify_param"/> |
55 <expand macro="blast_params"/> | 55 <expand macro="blast_params"/> |
56 <expand macro="min_max_params"/> | 56 <expand macro="min_max_params"/> |
57 <expand macro="lca_params"/> | 57 <expand macro="lca_params"/> |
58 <expand macro="read_assignment_mode_param"/> | 58 <expand macro="read_assignment_mode_param"/> |
59 <expand macro="con_file_param"/> | 59 <expand macro="con_file_param"/> |
60 <expand macro="mapdb_param"/> | 60 <expand macro="mapdb_param"/> |
61 <param argument="--only" type="text" value="" label="Names of classifications to use" help="Leave blank to use all classifications"> | 61 <expand macro="only_named_classifications_param"/> |
62 <expand macro="sanitize_query" validinitial="string.ascii_letters,string.punctuation"/> | |
63 </param> | |
64 </section> | 62 </section> |
65 </inputs> | 63 </inputs> |
66 <outputs> | 64 <outputs> |
67 <data name="output" format="daa"/> | 65 <data name="output" format="daa"/> |
68 </outputs> | 66 </outputs> |