annotate mash_screen.xml @ 19:26398a29c815 draft default tip

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