Mercurial > repos > iuc > megan_daa_meganizer
comparison daa_meganizer.xml @ 2:bb2a8bd85c85 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 5386f7bb4bf5bdd4b5303d0686c97fe5d9b99ca0"
author | iuc |
---|---|
date | Sat, 11 Dec 2021 11:52:14 +0000 |
parents | f1b6527ba952 |
children | 6ca88053665c |
comparison
equal
deleted
inserted
replaced
1:f1b6527ba952 | 2:bb2a8bd85c85 |
---|---|
50 <expand macro="input_daa_param"/> | 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="min_score_param"/> |
56 <expand macro="max_expected_param"/> | |
57 <expand macro="min_percent_identity_param"/> | |
58 <expand macro="top_percent_param"/> | |
56 <expand macro="min_max_params"/> | 59 <expand macro="min_max_params"/> |
57 <expand macro="lca_params"/> | 60 <expand macro="lca_params"/> |
58 <expand macro="read_assignment_mode_param"/> | 61 <expand macro="read_assignment_mode_param"/> |
59 <expand macro="con_file_param"/> | 62 <expand macro="con_file_param"/> |
60 <expand macro="mapdb_param"/> | 63 <expand macro="mapdb_param"/> |
63 </inputs> | 66 </inputs> |
64 <outputs> | 67 <outputs> |
65 <data name="output" format="daa"/> | 68 <data name="output" format="daa"/> |
66 </outputs> | 69 </outputs> |
67 <tests> | 70 <tests> |
68 <test> | 71 <test expect_num_outputs="1"> |
69 <param name="in" ftype="daa" value="input.daa"/> | 72 <param name="in" ftype="daa" value="input.daa"/> |
70 <output name="output" ftype="daa"> | 73 <output name="output" ftype="daa"> |
71 <assert_contents> | 74 <assert_contents> |
72 <has_size value="3500"/> | 75 <has_size value="3500"/> |
73 </assert_contents> | 76 </assert_contents> |