annotate dividePgSnpAlleles.xml.bak @ 0:137ec95c8ca6

Uploaded tool tarball.
author devteam
date Tue, 20 Aug 2013 09:39:35 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
1 <tool id="dividePgSnp" name="Separate pgSnp alleles" hidden="false">
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
2 <description>into columns</description>
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
3 <command interpreter="perl">
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
4 #if $refcol.ref == "yes" #dividePgSnpAlleles.pl -ref=$refcol.ref_column $input1 > $out_file1
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
5 #else #dividePgSnpAlleles.pl $input1 > $out_file1
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
6 #end if
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
7 </command>
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
8 <inputs>
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
9 <param format="interval" name="input1" type="data" label="pgSnp dataset" />
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
10 <conditional name="refcol">
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
11 <param name="ref" type="select" label="Dataset has a column with the reference allele:">
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
12 <option value="yes">yes</option>
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
13 <option value="no" selected="true">no</option>
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
14 </param>
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
15 <when value="yes">
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
16 <param name="ref_column" type="data_column" data_ref="input1" label="Column with reference allele" />
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
17 </when>
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
18 <when value="no"> <!-- do nothing -->
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
19 </when>
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
20 </conditional>
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
21 </inputs>
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
22 <outputs>
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
23 <data format="interval" name="out_file1" />
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
24 </outputs>
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
25 <tests>
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
26 <test>
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
27 <param name='input1' value='dividePgSnp_input.pgSnp' ftype='interval' />
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
28 <param name='ref' value='no' />
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
29 <output name="output" file="dividePgSnp_output.txt" />
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
30 </test>
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
31 </tests>
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
32
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
33 <help>
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
34 **Dataset formats**
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
35
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
36 The input dataset is of Galaxy datatype interval_ with the columns specified
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
37 for pgSnp_.
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
38 Any additional columns beyond the pgSnp defined columns will be appended to
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
39 the output.
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
40 The output dataset is in interval_ format. (`Dataset missing?`_)
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
41
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
42 .. _interval: ./static/formatHelp.html#interval
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
43 .. _Dataset missing?: ./static/formatHelp.html
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
44 .. _pgSnp: ./static/formatHelp.html#pgSnp
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
45
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
46 **What it does**
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
47
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
48 This separates the alleles from a pgSnp dataset into separate columns,
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
49 as well as the frequencies and scores that go with the alleles. It will skip
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
50 any positions with more than 2 alleles. If only a single allele is given then "N"
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
51 will be used for the second, with a frequency and score of zero. Or, if a
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
52 column with reference alleles is provided,
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
53 the value in that column will be used in place of the "N" for single alleles.
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
54
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
55 -----
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
56
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
57 **Examples**
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
58
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
59 - input pgSnp file::
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
60
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
61 chr1 256 257 A/C 2 3,4 10,20
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
62 chr1 56100 56101 A 1 5 30
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
63 chr1 77052 77053 A/G 2 6,7 40,50
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
64 chr1 110904 110905 A 1 8 60
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
65 etc.
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
66
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
67 - output::
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
68
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
69 chr1 256 257 A 3 10 C 4 20
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
70 chr1 56100 56101 A 5 30 N 0 0
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
71 chr1 77052 77053 A 6 40 G 7 50
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
72 chr1 110904 110905 A 8 60 N 0 0
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
73 etc.
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
74
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
75 </help>
137ec95c8ca6 Uploaded tool tarball.
devteam
parents:
diff changeset
76 </tool>