annotate mash_dist.xml @ 2:988fa4a7690e draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/mash commit ff9564c2e6924fab084b6e02a3a196650041636a
author iuc
date Thu, 16 Oct 2025 16:42:27 +0000
parents 58c5e5a3f5cb
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
1 <tool id="mash_dist" name="mash dist" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
2 <description>Estimate distance between query sequences</description>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
3 <macros>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
4 <import>macros.xml</import>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
5 </macros>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
6 <expand macro="xref"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
7 <expand macro="requirements"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
8 <expand macro="version_command"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
9 <command detect_errors="exit_code"><![CDATA[
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
10 #set REFERENCE = "reference."+$reference.ext
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
11 #set QUERY = "query."+$query.ext
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
12 ln -s '$reference' $REFERENCE &&
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
13 ln -s '$query' $QUERY &&
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
14 mash dist
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
15 #if $table_output:
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
16 -t
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
17 #end if
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
18 -p \${GALAXY_SLOTS:-1}
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
19 #if $pvalue:
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
20 -v $pvalue
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
21 #end if
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
22 #if $distance:
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
23 -d $distance
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
24 #end if
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
25 $REFERENCE
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
26 $QUERY
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
27 > '$output'
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
28 ]]></command>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
29 <inputs>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
30 <param name="table_output" type="boolean" truevalue="-t" falsevalue="" checked="true" label="Table output?" help="Will not report p-values, but fields will be blank if they do not meet the p-value threshold"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
31 <param name="reference" type="data" format="@INTYPES@,msh" label="Reference"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
32 <param name="query" type="data" format="@INTYPES@,msh" label="Query"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
33 <param name="pvalue" type="float" argument="-v" value="1.0" min="0" max="1.0" label=" Maximum p-value"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
34 <param name="distance" type="float" argument="-d" value="1.0" min="0" max="1.0" label="Maximum distance"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
35 </inputs>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
36 <outputs>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
37 <data name="output" format="tsv" label="${tool.name} on ${on_string}"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
38 </outputs>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
39 <tests>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
40 <test expect_num_outputs="1">
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
41 <param name="table_output" value="true"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
42 <param name="reference" value="ERR024951_seqtk_sample_1000_1.fastq" ftype="fastqsanger"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
43 <param name="query" value="ERR024951_seqtk_sample_1000_2.fastq" ftype="fastqsanger"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
44 <output name="output">
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
45 <assert_contents>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
46 <has_text text="0.203604"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
47 </assert_contents>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
48 </output>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
49 </test>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
50 <test expect_num_outputs="1">
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
51 <param name="table_output" value="true"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
52 <param name="reference" value="ERR024951_seqtk_sample_1000_1.fastq.gz" ftype="fastqsanger.gz"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
53 <param name="query" value="ERR024951_seqtk_sample_1000_2.fastq.gz" ftype="fastqsanger.gz"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
54 <output name="output">
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
55 <assert_contents>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
56 <has_text text="0.203604"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
57 </assert_contents>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
58 </output>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
59 </test>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
60 <test expect_num_outputs="1">
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
61 <param name="table_output" value="true"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
62 <param name="reference" value="test_06_mash_sketch.msh" ftype="msh"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
63 <param name="query" value="test_07_mash_sketch.msh" ftype="msh"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
64 <output name="output">
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
65 <assert_contents>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
66 <has_text text="1"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
67 </assert_contents>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
68 </output>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
69 </test>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
70 <test expect_num_outputs="1">
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
71 <param name="table_output" value="true"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
72 <param name="reference" value="m64326e_231117_100511.hifi_reads.bc2068--bc2068.msh" ftype="msh"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
73 <param name="query" value="m64326e_231130_052019.hifi_reads.bc2068--bc2068.msh" ftype="msh"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
74 <output name="output">
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
75 <assert_contents>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
76 <has_text text="0.0149234"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
77 </assert_contents>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
78 </output>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
79 </test>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
80 </tests>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
81 <help><![CDATA[
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
82
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
83 **What it does**
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
84
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
85 Estimate the distance of each query sequence to the reference. Both the
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
86 reference and queries can be fasta or fastq, gzipped or not, or Mash sketch
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
87 files (.msh) with matching k-mer sizes. Query files can also be files of file
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
88 names (see -l). Whole files are compared by default (see -i). The output
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
89 fields are [reference-ID, query-ID, distance, p-value, shared-hashes].
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
90
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
91 ]]></help>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
92 <expand macro="citations"/>
58c5e5a3f5cb planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents:
diff changeset
93 </tool>