Mercurial > repos > iuc > megan_daa2rma
comparison daa2rma.xml @ 1:10360f9989ee 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:51:34 +0000 |
parents | e13ac00e6a4d |
children | 8a9cad43dcde |
comparison
equal
deleted
inserted
replaced
0:e13ac00e6a4d | 1:10360f9989ee |
---|---|
61 </when> | 61 </when> |
62 </conditional> | 62 </conditional> |
63 <expand macro="long_reads_param"/> | 63 <expand macro="long_reads_param"/> |
64 <expand macro="max_matches_per_read_param"/> | 64 <expand macro="max_matches_per_read_param"/> |
65 <expand macro="classify_param"/> | 65 <expand macro="classify_param"/> |
66 <expand macro="blast_params"/> | 66 <expand macro="min_score_param"/> |
67 <expand macro="max_expected_param"/> | |
68 <expand macro="min_percent_identity_param"/> | |
69 <expand macro="top_percent_param"/> | |
67 <expand macro="min_max_params"/> | 70 <expand macro="min_max_params"/> |
68 <expand macro="lca_params"/> | 71 <expand macro="lca_params"/> |
69 <expand macro="read_assignment_mode_param"/> | 72 <expand macro="read_assignment_mode_param"/> |
70 <expand macro="con_file_param"/> | 73 <expand macro="con_file_param"/> |
71 <expand macro="mapdb_param"/> | 74 <expand macro="mapdb_param"/> |
74 </inputs> | 77 </inputs> |
75 <outputs> | 78 <outputs> |
76 <data name="output" format="rma6"/> | 79 <data name="output" format="rma6"/> |
77 </outputs> | 80 </outputs> |
78 <tests> | 81 <tests> |
79 <test> | 82 <test expect_num_outputs="1"> |
80 <param name="in" ftype="daa" value="input.daa"/> | 83 <param name="in" ftype="daa" value="input.daa"/> |
81 <output name="output" ftype="rma6"> | 84 <output name="output" ftype="rma6"> |
82 <assert_contents> | 85 <assert_contents> |
83 <has_size value="1487"/> | 86 <has_size value="1487"/> |
84 </assert_contents> | 87 </assert_contents> |
85 </output> | 88 </output> |
86 </test> | 89 </test> |
87 <test> | 90 <test expect_num_outputs="1"> |
88 <param name="in" ftype="daa" value="input.daa"/> | 91 <param name="in" ftype="daa" value="input.daa"/> |
89 <param name="longReads" value="true"/> | 92 <param name="longReads" value="true"/> |
90 <param name="minScore" value="25.0"/> | 93 <param name="minScore" value="25.0"/> |
91 <param name="maxExpected" value="0.05"/> | 94 <param name="maxExpected" value="0.05"/> |
92 <param name="lcaAlgorithm" value="weighted"/> | 95 <param name="lcaAlgorithm" value="weighted"/> |
98 </test> | 101 </test> |
99 </tests> | 102 </tests> |
100 <help> | 103 <help> |
101 **What it does** | 104 **What it does** |
102 | 105 |
103 Computes a MEGAN RMA (RealMedia Audio) file from a DIOMAND DAA file, a proprietary file format developed by PowerISO Computing | 106 Generates a MEGAN RMA (RealMedia Audio) file from a DIAMOND DAA file, a proprietary file format developed by PowerISO Computing |
104 for disk image files. MEGAN uses an update of the original RMA file format known as RMA6. | 107 for disk image files. MEGAN uses an update of the original RMA file format known as RMA6. |
105 </help> | 108 </help> |
106 <expand macro="citations"/> | 109 <expand macro="citations"/> |
107 </tool> | 110 </tool> |