annotate tools/regVariation/microsatellite_birthdeath.xml @ 1:cdcb0ce84a1b

Uploaded
author xuebing
date Fri, 09 Mar 2012 19:45:15 -0500
parents 9071e359b9a3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
1 <tool id="microsatellite_birthdeath" name="Identify microsatellite births and deaths" version="1.0.0">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <description> and causal mutational mechanisms from previously identified orthologous microsatellite sets</description>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
3 <command interpreter="perl">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
4 microsatellite_birthdeath.pl
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
5 $alignment
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
6 $orthfile
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
7 $outfile
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
8 ${alignment.metadata.species}
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
9 "$tree_definition"
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 $thresholds
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 $separation
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 $simthresh
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 </command>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 <inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
16 <page>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
17 <param format="maf" name="alignment" type="data" label="Select MAF alignments"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
18
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
19 <param format="txt" name="orthfile" type="data" label="Select raw microsatellite data"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
20
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
21 <param name="tree_definition" size="200" type="text" value= "((((hg18,panTro2),ponAbe2),rheMac2),calJac1)" label="Tree definition of all species above whether or not selected for microsatellite extraction"
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
22 help="For example: ((((hg18,panTro2),ponAbe2),rheMac2),calJac1)"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
23
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
24 <param name="separation" size="10" type="integer" value="40" label="Total length of flanking DNA used for sequence-similarity comparisons among species"
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
25 help="A value of 40 means: 20 bp upstream and 20 bp downstream DNA will be used for similarity comparisons."/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
26
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
27 <param name="thresholds" size="15" type="text" value="9,10,12,12" label="Minimum Threshold for the number of repeats for microsatellites"
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
28 help="A value of 9,10,12,12 means: All monos having fewer than 9 repeats, dis having fewer than 5 repeats, tris having fewer than 4 repeats, tetras having fewer than 3 repeats will be excluded from the output."/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
29
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
30 <param name="simthresh" size="10" type="integer" value="80" label="Percent sequence similarity of flanking regions (of length same as the above separation distance"
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
31 help="Enter a value from 0 to 100"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
32
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
33
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
34 </page>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
35 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
36 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
37 <data format="txt" name="outfile" metadata_source="orthfile"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
38 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
39 <tests>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
40 <test>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
41 <param name="alignment" value="chr22_5sp.maf"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
42 <param name="orthfile" value="chr22_5sp.microraw.tabular"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
43 <param name="thresholds" value="9,10,12,12"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
44 <param name="tree_definition" value="((((hg18, panTro2), ponAbe2), rheMac2), calJac1)"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
45 <param name="separation" value="40"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
46 <param name="simthresh" value="80"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
47 <output name="outfile" file="chr22_5sp.microtab.tabular"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
48 </test>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
49 </tests>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
50
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
51
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
52 <help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
53
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
54 .. class:: infomark
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
55
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
56 **What it does**
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
57
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
58 This tool uses raw orthologous microsatellite clusters (identified by the tool "Extract orthologous microsatellites") to identify microsatellite births and deaths along individual lineages of a phylogenetic tree.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
59
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
60 </help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
61
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
62
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
63 </tool>