Mercurial > repos > iuc > snp_dists
annotate snp-dists.xml @ 0:1959cc43b414 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
author | iuc |
---|---|
date | Sat, 19 Oct 2019 05:08:45 -0400 |
parents | |
children | f78492521996 |
rev | line source |
---|---|
0
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
1 <tool id="snp_dists" name="SNP distance matrix" version="@TOOL_VERSION@+galaxy0" python_template_version="3.5"> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
2 <macros> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
3 <token name="@TOOL_VERSION@">0.6.3</token> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
4 </macros> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
5 <description>Compute distance in SNPs between all sequences in a FASTA file</description> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
6 <requirements> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
7 <requirement type="package" version="@TOOL_VERSION@">snp-dists</requirement> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
8 </requirements> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
9 <command detect_errors="exit_code"><![CDATA[ |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
10 snp-dists -q |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
11 $a |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
12 $k |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
13 $b |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
14 '$input' > '$output' |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
15 ]]></command> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
16 <inputs> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
17 <param name="input" type="data" format="fasta,fasta.gz" label="FASTA multiple sequence alignment" |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
18 help="Provide a multiple sequence alignment containing sequences of equal length" /> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
19 <param argument="-a" type="boolean" truevalue="-a" falsevalue="" label="Count all differences, not just ACTG" /> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
20 <param argument="-k" type="boolean" truevalue="-k" falsevalue="" label="Keep case, don't uppercase all letters" /> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
21 <param argument="-b" type="boolean" truevalue="-b" falsevalue="" label="Blank top left corner cell" /> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
22 </inputs> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
23 <outputs> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
24 <data format="tabular" name="output" label="${tool.name} on ${on_string}" /> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
25 </outputs> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
26 <tests> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
27 <test> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
28 <param name="input" ftype="fasta" value="input1.fasta" /> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
29 <output name="output" value="output_default1.tabular" ftype="tabular" /> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
30 </test> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
31 <test> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
32 <param name="input" ftype="fasta" value="input1.fasta" /> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
33 <param name="a" value="True" /> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
34 <output name="output" value="output_all_diffs1.tabular" ftype="tabular" /> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
35 </test> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
36 <test> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
37 <param name="input" ftype="fasta" value="input1.fasta" /> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
38 <param name="k" value="True" /> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
39 <output name="output" value="output_keep_case1.tabular" ftype="tabular" /> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
40 </test> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
41 <test> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
42 <param name="input" ftype="fasta" value="input1.fasta" /> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
43 <param name="b" value="True" /> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
44 <output name="output" value="output_blank_cell1.tabular" ftype="tabular" /> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
45 </test> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
46 </tests> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
47 <help><![CDATA[ |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
48 **snp-dists** |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
49 |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
50 This tool computes a SNP distance matrix from a multiple sequence alignment (MSA) of |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
51 sequences (all of the same length). Such distance matrices are often used as in |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
52 studies of disease outbreaks. |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
53 |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
54 The output is a tabular file, for example this matrix describing four M. tuberculosis isolates |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
55 and their relationship to the inferred ancestral reference sequence: |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
56 |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
57 =============== ======= ========= ========= ========= ========= |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
58 snp-dists 0.6.3 MTB_anc ERR550641 ERR550671 ERR550691 ERR550703 |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
59 --------------- ------- --------- --------- --------- --------- |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
60 MTB_anc 0 746 726 772 749 |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
61 --------------- ------- --------- --------- --------- --------- |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
62 ERR550641 746 0 26 44 13 |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
63 --------------- ------- --------- --------- --------- --------- |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
64 ERR550671 726 26 0 64 29 |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
65 --------------- ------- --------- --------- --------- --------- |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
66 ERR550691 772 44 64 0 39 |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
67 --------------- ------- --------- --------- --------- --------- |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
68 ERR550703 749 13 29 39 0 |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
69 =============== ======= ========= ========= ========= ========= |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
70 |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
71 ]]></help> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
72 <citations> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
73 <citation type="bibtex"> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
74 @misc{githubsnp-dists, |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
75 author = {Seemann, Torsten}, |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
76 year = {2019}, |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
77 title = {snp-dists}, |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
78 publisher = {GitHub}, |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
79 journal = {GitHub repository}, |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
80 url = {https://github.com/tseemann/snp-dists}, |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
81 }</citation> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
82 </citations> |
1959cc43b414
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-dists commit d47295a437bdca2a1d248e8210dddea530bb6d12"
iuc
parents:
diff
changeset
|
83 </tool> |