Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemussmann committed Mar 9, 2019
2 parents 7a94ca7 + 583c473 commit 1690f9b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ This pipeline has three dependencies that must be installed:
* VCFtools (https://vcftools.github.io/index.html)
* Admixture (https://www.genetics.ucla.edu/software/admixture/download.html)

The VCFtools package can be easily installed on Ubuntu. The following command should work:
```
sudo apt-get install vcftools
```
The PLINK version in the standard Ubuntu repository is unsupported. Please install it and Admixture manually. The executable for each program should be the lowercase version of its name (i.e., plink, vcftools, admixture), and should be placed in your path.
As of March 9, 2019, the VCFtools version in the standard Ubuntu repository is unsupported. Please install it manually.

The PLINK version in the standard Ubuntu repository is also unsupported. Please install it and Admixture manually. The executable for each program should be the lowercase version of its name (i.e., plink, vcftools, admixture), and should be placed in your path.

You may have to modify the first line of the admixturePipeline.py file, which by default reads:
```
Expand Down Expand Up @@ -51,6 +49,7 @@ Admixture optional arguments:
VCFtools optional arguments:
* **-a / --maf:** Enter a minimum frequency for the minor allele frequency filter. (default = off, specify a value between 0.0 and 1.0 to turn it on).
* **-b / --bi:** Turns biallelic filter on/off. (default = off, turn on to recover only biallelic SNPs)
* **-r / --remove:** Provide a blacklist of individuals that will be filtered out by VCFtools. This is a textfile with each name on its own line. Names of individuals must match those in the .vcf file exactly.
* **-t / --thin:** Filter loci by thinning out any loci falling within the specified proximity to one another, measured in basepairs. (default = off, specify an integer greater than 0 to turn it on).
* **-C / --indcov:** Filter samples based on maximum allowable missing data. Feature added by @tkchafin. (default = 0.9, input = float).
* **-S / --snpcov:** Filter SNPs based on maximum allowable missing data. Feature added by @tkchafin. (default = 0.9, input = float).
Expand Down

0 comments on commit 1690f9b

Please sign in to comment.