annotate daa2rma.xml @ 2:8a9cad43dcde draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 6b0c3dbd5bdf9c272cf32f39e0004d504f953ff0
author iuc
date Sat, 27 Aug 2022 17:04:50 +0000
parents 10360f9989ee
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
1 <tool id="megan_daa2rma" name="MEGAN: Generate a MEGAN rma6 file" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
2 <description>from a DIAMOND daa file</description>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
3 <macros>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
4 <import>macros.xml</import>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
5 </macros>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
6 <expand macro="bio_tools"/>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
7 <expand macro="requirements"/>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
8 <command detect_errors="exit_code"><![CDATA[
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
9 #set input_identifier = 'input.' + $in.ext
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
10 ln -s '${in}' '${input_identifier}' &&
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
11
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
12 daa2rma
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
13 --in '${input_identifier}'
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
14 #if $advanced_options.metaDataFile:
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
15 --metaDataFile '$advanced_options.metaDataFile'
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
16 #end if
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
17 #if str($advanced_options.paired_reads_cond.paired_reads) == 'yes':
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
18 --paired
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
19 $advanced_options.paired_reads_cond.pairedSuffixLength
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
20 #end if
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
21 $advanced_options.longReads
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
22 --maxMatchesPerRead $advanced_options.maxMatchesPerRead
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
23 $advanced_options.classify
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
24 --minScore $advanced_options.minScore
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
25 --maxExpected $advanced_options.maxExpected
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
26 --minPercentIdentity $advanced_options.minPercentIdentity
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
27 --topPercent $advanced_options.topPercent
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
28 --minSupportPercent $advanced_options.minSupportPercent
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
29 --minSupport $advanced_options.minSupport
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
30 --minPercentReadCover $advanced_options.minPercentReadCover
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
31 --minPercentReferenceCover $advanced_options.minPercentReferenceCover
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
32 --minReadLength $advanced_options.minReadLength
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
33 --lcaAlgorithm '$advanced_options.lcaAlgorithm'
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
34 --lcaCoveragePercent $advanced_options.lcaCoveragePercent
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
35 --readAssignmentMode '$advanced_options.readAssignmentMode'
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
36 #if $advanced_options.conFile:
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
37 --conFile '$advanced_options.conFile'
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
38 #end if
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
39 #if $advanced_options.mapDB:
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
40 --mapDB '$advanced_options.mapDB'
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
41 #end if
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
42 #if str($advanced_options.only) != '':
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
43 --only '$advanced_options.only'
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
44 #end if
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
45 --out '$output'
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
46 --threads \${GALAXY_SLOTS:-8}
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
47 --tempStoreDir '.'
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
48 ]]></command>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
49 <inputs>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
50 <expand macro="input_daa_param"/>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
51 <section name="advanced_options" title="Advanced options" expanded="false">
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
52 <param argument="--metaDataFile" type="data" format="tabular" multiple="true" optional="true" label="Files containing metadata to be included in the output files"/>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
53 <conditional name="paired_reads_cond">
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
54 <param name="paired_reads" type="select" label="DAA file was created using paired reads?">
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
55 <option value="no" selected="true">no</option>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
56 <option value="yes">Yes</option>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
57 </param>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
58 <when value="no"/>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
59 <when value="yes">
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
60 <param argument="--pairedSuffixLength" type="integer" value="0" label="Length of name suffix used to distinguish read names" help="Use 0 if read and mate have the same name"/>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
61 </when>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
62 </conditional>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
63 <expand macro="long_reads_param"/>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
64 <expand macro="max_matches_per_read_param"/>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
65 <expand macro="classify_param"/>
1
10360f9989ee "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 5386f7bb4bf5bdd4b5303d0686c97fe5d9b99ca0"
iuc
parents: 0
diff changeset
66 <expand macro="min_score_param"/>
10360f9989ee "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 5386f7bb4bf5bdd4b5303d0686c97fe5d9b99ca0"
iuc
parents: 0
diff changeset
67 <expand macro="max_expected_param"/>
10360f9989ee "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 5386f7bb4bf5bdd4b5303d0686c97fe5d9b99ca0"
iuc
parents: 0
diff changeset
68 <expand macro="min_percent_identity_param"/>
10360f9989ee "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 5386f7bb4bf5bdd4b5303d0686c97fe5d9b99ca0"
iuc
parents: 0
diff changeset
69 <expand macro="top_percent_param"/>
0
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
70 <expand macro="min_max_params"/>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
71 <expand macro="lca_params"/>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
72 <expand macro="read_assignment_mode_param"/>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
73 <expand macro="con_file_param"/>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
74 <expand macro="mapdb_param"/>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
75 <expand macro="only_named_classifications_param"/>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
76 </section>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
77 </inputs>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
78 <outputs>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
79 <data name="output" format="rma6"/>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
80 </outputs>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
81 <tests>
1
10360f9989ee "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 5386f7bb4bf5bdd4b5303d0686c97fe5d9b99ca0"
iuc
parents: 0
diff changeset
82 <test expect_num_outputs="1">
0
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
83 <param name="in" ftype="daa" value="input.daa"/>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
84 <output name="output" ftype="rma6">
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
85 <assert_contents>
2
8a9cad43dcde planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 6b0c3dbd5bdf9c272cf32f39e0004d504f953ff0
iuc
parents: 1
diff changeset
86 <has_size value="1487" delta="25"/>
0
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
87 </assert_contents>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
88 </output>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
89 </test>
1
10360f9989ee "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 5386f7bb4bf5bdd4b5303d0686c97fe5d9b99ca0"
iuc
parents: 0
diff changeset
90 <test expect_num_outputs="1">
0
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
91 <param name="in" ftype="daa" value="input.daa"/>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
92 <param name="longReads" value="true"/>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
93 <param name="minScore" value="25.0"/>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
94 <param name="maxExpected" value="0.05"/>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
95 <param name="lcaAlgorithm" value="weighted"/>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
96 <output name="output" ftype="rma6">
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
97 <assert_contents>
2
8a9cad43dcde planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 6b0c3dbd5bdf9c272cf32f39e0004d504f953ff0
iuc
parents: 1
diff changeset
98 <has_size value="1445" delta="25"/>
0
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
99 </assert_contents>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
100 </output>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
101 </test>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
102 </tests>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
103 <help>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
104 **What it does**
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
105
1
10360f9989ee "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 5386f7bb4bf5bdd4b5303d0686c97fe5d9b99ca0"
iuc
parents: 0
diff changeset
106 Generates a MEGAN RMA (RealMedia Audio) file from a DIAMOND DAA file, a proprietary file format developed by PowerISO Computing
0
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
107 for disk image files. MEGAN uses an update of the original RMA file format known as RMA6.
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
108 </help>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
109 <expand macro="citations"/>
e13ac00e6a4d "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/megan commit 374a2824a264468316f04281ed211079015503b5"
iuc
parents:
diff changeset
110 </tool>