Mercurial > repos > iuc > snp_sites
annotate snp-sites.xml @ 1:5804f786060d draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
author | iuc |
---|---|
date | Sat, 02 Nov 2019 11:12:17 -0400 |
parents | efe8f0e53d3e |
children |
rev | line source |
---|---|
0
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
1 <?xml version='1.0' encoding='UTF-8'?> |
1
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
2 <tool id='snp_sites' name='Finds SNP sites' version='@TOOL_VERSION@+galaxy0'> |
0
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
3 <description>from a multi-FASTA alignment file</description> |
1
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
4 <macros> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
5 <token name="@TOOL_VERSION@">2.5.1</token> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
6 </macros> |
0
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
7 <requirements> |
1
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
8 <requirement type='package' version='@TOOL_VERSION@'>snp-sites</requirement> |
0
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
9 </requirements> |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
10 <version_command>snp-sites -V</version_command> |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
11 <command detect_errors='aggressive'><![CDATA[ |
1
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
12 #if str($out_type.ot_select) == "alignment" |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
13 #if str($out_type.formats) == 'None' |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
14 echo "Error, no output format specified" >&2 && exit 1 ; |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
15 #set outputs="" |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
16 #else |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
17 #set outputs=" ".join(str($out_type.formats).split(",")) |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
18 #end if |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
19 #end if |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
20 |
0
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
21 snp-sites |
1
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
22 #if str($out_type.ot_select) == "alignment" |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
23 $outputs |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
24 $out_type.b |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
25 $out_type.c |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
26 #else if str($out_type.ot_select) == "counts" |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
27 -C |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
28 #end if |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
29 -o output |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
30 '$input_fasta' |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
31 |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
32 #if str($out_type.ot_select) == "counts" |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
33 && mv output $output_counts |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
34 #else if ',' in str($out_type.formats) |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
35 #if '-m' in str($out_type.formats) |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
36 && mv 'output.snp_sites.aln' '$output_fasta' |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
37 #end if |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
38 #if '-v' in str($out_type.formats) |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
39 && mv 'output.vcf' '$output_vcf' |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
40 #end if |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
41 #if '-p' in str($out_type.formats) |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
42 && mv 'output.phylip' '$output_phylip' |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
43 #end if |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
44 #else |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
45 #if str($out_type.formats) == '-m' |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
46 && mv 'output' '$output_fasta' |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
47 #else if str($out_type.formats) == '-v' |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
48 && mv 'output' '$output_vcf' |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
49 #else if str($out_type.formats) == '-p' |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
50 && mv 'output' '$output_phylip' |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
51 #end if |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
52 #end if |
0
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
53 ]]></command> |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
54 <inputs> |
1
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
55 |
0
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
56 <param name='input_fasta' format='fasta' type='data' label='FASTA file' /> |
1
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
57 <conditional name="out_type" label="Output type"> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
58 <param type="select" name="ot_select" label="Output"> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
59 <option value="alignment" selected="true">Sequence alignment / VCF</option> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
60 <option value="counts">Constant site count (suitable for IQ-TREE -fconst)</option> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
61 </param> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
62 <when value="alignment"> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
63 <param type='select' multiple='true' name='formats' label='Output formats' help='Output format to use if not counting constant sites'> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
64 <option value="-m" selected="true">Multi-FASTA alignment file</option> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
65 <option value="-v">VCF</option> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
66 <option value="-p">Phylip</option> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
67 </param> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
68 <param argument="-b" label="Output constant sites (suitable for use in BEAST)" truevalue="-b" falsevalue="" |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
69 type="boolean" help="Output monomorphic (constant) as opposed to polymorphic (variable) sites"/> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
70 <param argument="-c" label="Only output columns containing exclusively ACTG" truevalue="-c" falsevalue="" |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
71 type="boolean" help="Ignore columns containing ambiguous characters and gaps"/> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
72 </when> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
73 <when value="counts"> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
74 </when> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
75 </conditional> |
0
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
76 </inputs> |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
77 <outputs> |
1
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
78 <data name='output_fasta' format='fasta' label='${tool.name} on ${on_string}: FASTA'> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
79 <!-- this becomes a catch-all for when no format is specified. if no format is specified the job ends with an error but shows 1 red dataset output --> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
80 <filter>(out_type["ot_select"] == "alignment" and out_type["formats"] is not None and '-m' in out_type["formats"]) or (out_type["ot_select"] == "alignment" and out_type.formats is None)</filter> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
81 </data> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
82 <data name='output_vcf' format='vcf' label='${tool.name} on ${on_string}: VCF' from_work_dir='output.vcf'> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
83 <filter>out_type["ot_select"] == "alignment" and out_type["formats"] is not None and '-v' in out_type["formats"]</filter> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
84 </data> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
85 <data name='output_phylip' format='phylip' label='${tool.name} on ${on_string}: phylip'> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
86 <filter>out_type["ot_select"] == "alignment" and out_type["formats"] is not None and '-p' in out_type["formats"]</filter> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
87 </data> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
88 <data name='output_counts' format='tabular' label='${tool.name} on ${on_string}: constant site counts'> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
89 <filter>out_type["ot_select"] == "counts"</filter> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
90 </data> |
0
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
91 </outputs> |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
92 <tests> |
1
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
93 <test expect_num_outputs="3"> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
94 <param name='input_fasta' value='input.fasta' ftype='fasta' /> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
95 <conditional name="out_type"> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
96 <param name="ot_select" value="alignment" /> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
97 <param name='formats' value='-m,-p,-v' /> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
98 </conditional> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
99 <output name='output_fasta' value='output.fasta' ftype='fasta' /> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
100 <output name='output_vcf' value='output.vcf' ftype='vcf' /> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
101 <output name='output_phylip' value='output.phylip' ftype='phylip' /> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
102 </test> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
103 <test expect_num_outputs="1"> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
104 <param name='input_fasta' value='input.fasta' ftype='fasta' /> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
105 <conditional name="out_type"> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
106 <param name="ot_select" value="alignment" /> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
107 <param name='formats' value='-m' /> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
108 <param name='b' value='True' /> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
109 </conditional> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
110 <output name='output_fasta' value='output_monomorphic.fasta' ftype='fasta' /> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
111 </test> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
112 <test expect_num_outputs="1"> |
0
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
113 <param name='input_fasta' value='input.fasta' ftype='fasta' /> |
1
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
114 <conditional name="out_type"> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
115 <param name="ot_select" value="alignment" /> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
116 <param name='formats' value='-m' /> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
117 <param name='c' value='True' /> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
118 </conditional> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
119 <output name='output_fasta' value='output_actg.fasta' ftype='fasta' /> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
120 </test> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
121 <test expect_num_outputs="1"> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
122 <param name='input_fasta' value='input.fasta' ftype='fasta' /> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
123 <conditional name="out_type"> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
124 <param name="ot_select" value="alignment" /> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
125 <param name='formats' value='-m' /> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
126 <param name='b' value='True' /> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
127 <param name="c" value="True" /> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
128 </conditional> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
129 <output name='output_fasta' value='output_monomorphic_actg.fasta' ftype='fasta' /> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
130 </test> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
131 <test expect_num_outputs="1"> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
132 <param name='input_fasta' value='input.fasta' ftype='fasta' /> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
133 <conditional name="out_type"> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
134 <param name="ot_select" value="counts" /> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
135 <param name='C' value='True' /> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
136 </conditional> |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
137 <output name='output_counts' value='output_counts.tabular' ftype='tabular' /> |
0
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
138 </test> |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
139 </tests> |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
140 <help> |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
141 <![CDATA[ |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
142 |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
143 **SNP-sites** |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
144 |
1
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
145 This tool can rapidly extract SNPs from a multi-FASTA alignment using modest resources and can output results in multiple formats for downstream analysis. SNPs can be extracted from a 8.3 GB alignment file (1,842 taxa, 22,618 sites) in 267 seconds using 59 MB of RAM and 1 CPU core, making it feasible to run on modest computers. |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
146 SNP-sites is implemented in C and is available under the open source license GNU GPL version 3. |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
147 |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
148 Alternatively it can report on the number of constant sites in an alignment in a format (A count, C count, G count, T count) suitable for passing |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
149 to IQ-TREE's `-fconst` option. |
0
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
150 |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
151 **Input FASTA format:** |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
152 |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
153 The first sequence will be taken as a reference. |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
154 |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
155 .. code-block:: |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
156 |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
157 >sample1 |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
158 AGACACAGTCAC |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
159 |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
160 >sample1 |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
161 AGACAC----AC |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
162 |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
163 >sample1 |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
164 AAACGCATTCAN |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
165 |
1
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
166 **Options** |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
167 |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
168 In addition to the default output mode, this tool supports three other options: |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
169 |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
170 1. Output only constant (monomorphic) (i.e. not polymorphic) sites (useful for input to BEAST) |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
171 |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
172 2. Output only columns that have purely ACTGs in them (i.e. no gaps or ambiguous nucleotides). This can be used together with the previous option. |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
173 |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
174 3. Output only a count of constant sites, in a format suitable for use with IQ-TREE `-fconst`. This option cannot be used together with the previously mentioned options. |
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
175 |
0
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
176 **Output files:** |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
177 |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
178 The output of the tool are three different files in following format: |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
179 |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
180 - a multi fasta alignment, |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
181 - relaxed phylip format and, |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
182 - VCF. |
1
5804f786060d
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit e4222f6179041846870721bfcb4d8e587ead8d8f"
iuc
parents:
0
diff
changeset
|
183 - alternatively constant site counts (As, Cs, Gs and Ts). |
0
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
184 |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
185 The VCF file for the above specified input is |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
186 |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
187 The output of the tool are three different files in following format: |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
188 |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
189 - a multi fasta alignment, |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
190 - relaxed phylip format and, |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
191 - VCF. |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
192 |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
193 The VCF file for the above specified input is |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
194 |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
195 ===== === == === === ==== ====== ==== ====== ======= ======= ======= |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
196 CHROM POS ID REF ALT QUAL FILTER INFO FORMAT sample1 sample1 sample1 |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
197 ----- --- -- --- --- ---- ------ ---- ------ ------- ------- ------- |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
198 1 2 . G A . . . GT 0 0 1 |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
199 ----- --- -- --- --- ---- ------ ---- ------ ------- ------- ------- |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
200 1 5 . A G . . . GT 0 0 1 |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
201 ----- --- -- --- --- ---- ------ ---- ------ ------- ------- ------- |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
202 1 8 . G .,T . . . GT 0 1 2 |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
203 ===== === == === === ==== ====== ==== ====== ======= ======= ======= |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
204 |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
205 Thus the tool identified three variations (SNPs): in 2nd, 5th, and 8th positions (A instead of G, G instead of A, and unknown nucleotide or T instead of G, respectively). |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
206 |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
207 |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
208 ]]> |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
209 </help> |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
210 <citations> |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
211 <citation type="doi">10.1099/mgen.0.000056</citation> |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
212 </citations> |
efe8f0e53d3e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snp-sites commit 3a0370239dd8ee753194be5c580b1d9b8ec98bee
iuc
parents:
diff
changeset
|
213 </tool> |