4
|
1 <tool id="admixture" name="Admixture" version="1.23">
|
|
2 <description>a population structure from large SNP genotype datasets</description>
|
|
3 <requirements>
|
|
4 <requirement type="package" version="1.23">admixture</requirement>
|
|
5 </requirements>
|
5
|
6 <command interpreter="bash">./admixture.sh $bed $fam $bim $outputs $logs $best_k_output $best_k_logfile $kmin $kmax $best_k_groups $threshold_group
|
4
|
7 </command>
|
|
8 <inputs>
|
|
9 <param format="txt" name="bed" type="data" label="Allelic file in BED format" help="Allelic file in BED format"/>
|
|
10 <param format="txt" name="fam" type="data" label="Fam file" help="Fam file"/>
|
|
11 <param format="txt" name="bim" type="data" label="Bim file" help="Bim file"/>
|
|
12 <param type="text" name="kmin" label="K min" value="2"/>
|
|
13 <param type="text" name="kmax" label="K max" value="5"/>
|
5
|
14 <param type="text" name="threshold_group" label="Minimum admixture proportion percentage for group assignation" value="50"/>
|
4
|
15 </inputs>
|
|
16 <outputs>
|
|
17 <data format="txt" name="best_k_output" label="Best K Output"/>
|
5
|
18 <data format="txt" name="best_k_groups" label="Best K Groups"/>
|
4
|
19 <data format="txt" name="best_k_logfile" label="Best K Logfile"/>
|
|
20 <data format="txt" name="outputs" label="All Outputs"/>
|
|
21 <data format="txt" name="logs" label="All Logs"/>
|
|
22 </outputs>
|
|
23
|
|
24 <tests>
|
|
25 <test>
|
|
26 <param name="bed" value="input.bed" />
|
|
27 <param name="bim" value="input.bim" />
|
|
28 <param name="fam" value="input.fam" />
|
|
29 <param name="kmax" value="3" />
|
5
|
30 <param name="threshold_group" value="60" />
|
4
|
31 <output name="best_k_output" file="output" />
|
|
32 <output name="outputs" file="outputs.Q" />
|
5
|
33 <output name="best_k_groups" file="groups" />
|
4
|
34 </test>
|
|
35
|
|
36 </tests>
|
|
37
|
|
38 <help>
|
|
39
|
|
40
|
|
41 .. class:: infomark
|
|
42
|
|
43 **Program encapsulated in Galaxy by Southgreen**
|
|
44
|
|
45 .. class:: infomark
|
|
46
|
|
47 **Admixture version 1.23**
|
|
48
|
|
49 -----
|
|
50
|
|
51 ==============
|
|
52 Please cite:
|
|
53 ==============
|
|
54
|
|
55 "Fast model-based estimation of ancestry in unrelated individuals.", **D.H. Alexander, J. Novembre, and K. Lange.**, Genome Research, 19:1655{1664, 2009.
|
|
56
|
|
57 -----
|
|
58
|
|
59 ===========
|
|
60 Overview:
|
|
61 ===========
|
|
62
|
|
63 ADMIXTURE is a program for estimating ancestry in a model-based manner from large autosomal SNP genotype datasets, where the individuals are unrelated (for example, the individuals in a case-control association study).
|
|
64
|
|
65 -----
|
|
66
|
|
67 For further informations, please visite the Admixture_ website.
|
|
68
|
|
69
|
|
70 .. _Admixture: http://www.genetics.ucla.edu/software/admixture/index.html
|
|
71 </help>
|
|
72 <citations>
|
|
73 <citation type="doi" >10.1101/gr.094052.109</citation>
|
|
74 </citations>
|
|
75 </tool>
|