annotate mash_screen.xml @ 7:22384d3d25f4 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:43:13 +0000
parents 0f9b62370529
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
1 <tool id="mash_screen" name="mash screen" version="@TOOL_VERSION@+galaxy4" profile="@PROFILE@">
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
2 <description>Determine sequence conservation</description>
0
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
3 <macros>
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
4 <import>macros.xml</import>
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
5 </macros>
5
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
6 <expand macro="xref"/>
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
7 <expand macro="requirements"/>
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
8 <expand macro="version_command"/>
0
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
9 <command detect_errors="exit_code"><![CDATA[
3
f8e51626fc56 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit c6efcbece52dec310253537b35419839746fff7f"
iuc
parents: 2
diff changeset
10 #if str( $queries_input_source.queries_input_source_selector ) == "tool_data_table":
f8e51626fc56 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit c6efcbece52dec310253537b35419839746fff7f"
iuc
parents: 2
diff changeset
11 ln -s '$queries_input_source.queries.fields.path' queries.msh &&
f8e51626fc56 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit c6efcbece52dec310253537b35419839746fff7f"
iuc
parents: 2
diff changeset
12 #elif str( $queries_input_source.queries_input_source_selector ) == 'history':
f8e51626fc56 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit c6efcbece52dec310253537b35419839746fff7f"
iuc
parents: 2
diff changeset
13 ln -s '$queries_input_source.queries' queries.msh &&
f8e51626fc56 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit c6efcbece52dec310253537b35419839746fff7f"
iuc
parents: 2
diff changeset
14 #end if
0
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
15 mash screen
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
16 $winner_takes_all
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
17 -i $minimum_identity_to_report
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
18 -v $maximum_p_value_to_report
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
19 queries.msh
1
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
20 #if str( $pool_input.pool_input_selector ) == "paired"
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
21 '$pool_input.pool_1' '$pool_input.pool_2'
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
22 #end if
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
23 #if str( $pool_input.pool_input_selector ) == "paired_collection"
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
24 '$pool_input.pool.forward' '$pool_input.pool.reverse'
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
25 #end if
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
26 #if str( $pool_input.pool_input_selector ) == "single"
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
27 '$pool_input.pool'
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
28 #end if
0
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
29 > '$output'
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
30 ]]></command>
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
31 <inputs>
1
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
32 <conditional name="pool_input">
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
33 <param name="pool_input_selector" type="select" label="Single or Paired-end reads" help="Select between paired and single end data">
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
34 <option value="paired">Paired</option>
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
35 <option value="single">Single</option>
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
36 <option value="paired_collection">Paired Collection</option>
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
37 </param>
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
38 <when value="paired">
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
39 <param name="pool_1" type="data" format="@INTYPES@" label="Select first set of reads" help="Specify dataset with forward reads"/>
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
40 <param name="pool_2" type="data" format="@INTYPES@" label="Select second set of reads" help="Specify dataset with reverse reads"/>
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
41 </when>
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
42 <when value="single">
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
43 <param name="pool" type="data" format="@INTYPES@" label="Select fastq dataset" help="Specify dataset with single reads"/>
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
44 </when>
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
45 <when value="paired_collection">
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
46 <param name="pool" format="@INTYPES@" type="data_collection" collection_type="paired" label="Select a paired collection" help="See help section for an explanation of dataset collections"/>
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
47 </when>
402b67d1af7d planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 91435d801528addac840722e9a0092b2d342b8bb
iuc
parents: 0
diff changeset
48 </conditional>
3
f8e51626fc56 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit c6efcbece52dec310253537b35419839746fff7f"
iuc
parents: 2
diff changeset
49 <conditional name="queries_input_source">
f8e51626fc56 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit c6efcbece52dec310253537b35419839746fff7f"
iuc
parents: 2
diff changeset
50 <param name="queries_input_source_selector" type="select" label="Select queries from your history or use one from a tool data table?" help="">
f8e51626fc56 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit c6efcbece52dec310253537b35419839746fff7f"
iuc
parents: 2
diff changeset
51 <option value="tool_data_table">Queries from tool data table</option>
f8e51626fc56 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit c6efcbece52dec310253537b35419839746fff7f"
iuc
parents: 2
diff changeset
52 <option selected="True" value="history">Queries from history</option>
f8e51626fc56 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit c6efcbece52dec310253537b35419839746fff7f"
iuc
parents: 2
diff changeset
53 </param>
f8e51626fc56 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit c6efcbece52dec310253537b35419839746fff7f"
iuc
parents: 2
diff changeset
54 <when value="tool_data_table">
f8e51626fc56 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit c6efcbece52dec310253537b35419839746fff7f"
iuc
parents: 2
diff changeset
55 <param name="queries" type="select" label="Queries (Mash Sketch)">
f8e51626fc56 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit c6efcbece52dec310253537b35419839746fff7f"
iuc
parents: 2
diff changeset
56 <options from_data_table="mash_sketches"/>
f8e51626fc56 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit c6efcbece52dec310253537b35419839746fff7f"
iuc
parents: 2
diff changeset
57 </param>
f8e51626fc56 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit c6efcbece52dec310253537b35419839746fff7f"
iuc
parents: 2
diff changeset
58 </when>
f8e51626fc56 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit c6efcbece52dec310253537b35419839746fff7f"
iuc
parents: 2
diff changeset
59 <when value="history">
5
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
60 <param name="queries" type="data" format="msh"/>
3
f8e51626fc56 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit c6efcbece52dec310253537b35419839746fff7f"
iuc
parents: 2
diff changeset
61 </when>
f8e51626fc56 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit c6efcbece52dec310253537b35419839746fff7f"
iuc
parents: 2
diff changeset
62 </conditional>
5
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
63 <param name="winner_takes_all" argument="-w" type="boolean" checked="true" truevalue="-w" falsevalue="" label="'Winner takes all' to remove redundancy in the result" help="If this option is not enabled, every matching strain from the same species of the reference database is reported in the result."/>
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
64 <param type="float" name="minimum_identity_to_report" argument="-i" value="0." min="-1." max="1." label="Minimum identity to report"/>
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
65 <param type="float" name="maximum_p_value_to_report" argument="-v" value="1." min="0." max="1." label="Maximum p-value to report"/>
0
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
66 </inputs>
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
67 <outputs>
5
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
68 <data name="output" format="tabular"/>
0
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
69 </outputs>
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
70 <tests>
5
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
71 <test expect_num_outputs="1">
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
72 <conditional name="pool_input">
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
73 <param name="pool_input_selector" value="single"/>
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
74 <param name="pool" value="ERR024951_seqtk_sample_1000_1.fastq"/>
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
75 </conditional>
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
76 <conditional name="queries_input_source">
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
77 <param name="queries_input_source_selector" value="history"/>
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
78 <param name="queries" value="NZ_MYON01000010.1.msh"/>
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
79 </conditional>
0
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
80 <output name="output" file="mash_screen_NZ_MYON01000010.1_ERR024951_seqtk_sample_1000_1.tsv"/>
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
81 </test>
5
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
82 <test expect_num_outputs="1">
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
83 <conditional name="pool_input">
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
84 <param name="pool_input_selector" value="single"/>
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
85 <param name="pool" value="ERR024951_seqtk_sample_1000_2.fastq"/>
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
86 </conditional>
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
87 <conditional name="queries_input_source">
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
88 <param name="queries_input_source_selector" value="tool_data_table"/>
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
89 <param name="queries" value="test_sketch"/>
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
90 </conditional>
0
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
91 <output name="output" file="mash_screen_NZ_MYON01000010.1_ERR024951_seqtk_sample_1000_2.tsv"/>
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
92 </test>
5
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
93 <test expect_num_outputs="1">
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
94 <conditional name="pool_input">
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
95 <param name="pool_input_selector" value="paired"/>
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
96 <param name="pool_1" value="ERR024951_seqtk_sample_1000_1.fastq"/>
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
97 <param name="pool_2" value="ERR024951_seqtk_sample_1000_2.fastq"/>
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
98 </conditional>
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
99 <conditional name="queries_input_source">
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
100 <param name="queries_input_source_selector" value="history"/>
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
101 <param name="queries" value="NZ_MYON01000010.1.msh"/>
0f9b62370529 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 38a8594d05b6a2fc57db891858b789735dc4a8c3
iuc
parents: 3
diff changeset
102 </conditional>
0
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
103 <output name="output" file="mash_screen_NZ_MYON01000010.1_ERR024951_seqtk_sample_1000_1and2.tsv"/>
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
104 </test>
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
105 </tests>
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
106 <help><![CDATA[
2
7f7d8b0c8517 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 24f4271bd62a3d96fec812eae2ad607f6a7f723c"
iuc
parents: 1
diff changeset
107
7f7d8b0c8517 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 24f4271bd62a3d96fec812eae2ad607f6a7f723c"
iuc
parents: 1
diff changeset
108 **What it does**
0
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
109
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
110 Determine how well query sequences are contained within a pool of sequences.
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
111 The queries must be formatted as a single Mash sketch file (.msh), created
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
112 with the `mash sketch` command. The <pool> files can be contigs or reads, in
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
113 fasta or fastq, gzipped or not, and "-" can be given for <pool> to read from
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
114 standard input. The <pool> sequences are assumed to be nucleotides, and will
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
115 be 6-frame translated if the <queries> are amino acids. The output fields are
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
116 [identity, shared-hashes, median-multiplicity, p-value, query-ID,
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
117 query-comment], where median-multiplicity is computed for shared hashes, based
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
118 on the number of observations of those hashes within the pool.
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
119 ]]></help>
2
7f7d8b0c8517 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 24f4271bd62a3d96fec812eae2ad607f6a7f723c"
iuc
parents: 1
diff changeset
120 <expand macro="citations"/>
0
bac720dc1948 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mash commit 500478e8adcabf5249941012f78fe2140ecc7264
iuc
parents:
diff changeset
121 </tool>