view admixture/admixture.xml @ 2:92ddf4f7c0c6 draft

Uploaded
author dereeper
date Thu, 02 Jul 2015 04:13:46 -0400
parents
children
line wrap: on
line source

<tool id="admixture" name="Admixture" version="1.23">
	<description>a population structure from large SNP genotype datasets</description>
	<requirements>
		<requirement type="package" version="1.23">admixture</requirement>
	</requirements>
	<command interpreter="bash">./admixture.sh $bed $fam $bim $outputs $logs $best_k_output $best_k_logfile $kmin $kmax
    </command>
	<inputs>
		<param format="txt" name="bed" type="data" label="Allelic file in BED format" help="Allelic file in BED format"/>
		<param format="txt" name="fam" type="data" label="Fam file" help="Fam file"/>
		<param format="txt" name="bim" type="data" label="Bim file" help="Bim file"/>
		<param type="text" name="kmin" label="K min" value="1"/>
		<param type="text" name="kmax" label="K max" value="5"/>
	</inputs>
	<outputs>
		<data format="txt" name="best_k_output" label="Best K Output"/>
		<data format="txt" name="best_k_logfile" label="Best K Logfile"/>
		<data format="txt" name="outputs" label="All Outputs"/>
		<data format="txt" name="logs" label="All Logs"/>
	</outputs>
	<help>
	

.. class:: infomark

**Program encapsulated in Galaxy by Southgreen**

.. class:: infomark

**Admixture version 1.23**

-----

==============
 Please cite: 
==============

"Fast model-based estimation of ancestry in unrelated individuals.", **D.H. Alexander, J. Novembre, and K. Lange.**, Genome Research, 19:1655{1664, 2009.

-----

===========
 Overview:
===========

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).

-----

For further informations, please visite the Admixture_ website.


.. _Admixture: http://www.genetics.ucla.edu/software/admixture/index.html
	</help>

</tool>