Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aquaskyline authored Dec 19, 2019
1 parent a869111 commit 06f7efc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ pip install numpy blosc intervaltree tensorflow==1.13.2 pysam matplotlib
conda install -c anaconda pigz
conda install -c conda-forge parallel zstd
conda install -c bioconda samtools vcflib

# install vcftools
sudo apt-get install vcftools
conda install -c bioconda vcftools

# clone Clair
git clone --depth=1 https://github.com/HKU-BAL/Clair.git
Expand Down Expand Up @@ -78,9 +76,6 @@ conda config --add channels conda-forge
conda create -n clair-env -c bioconda clair
conda activate clair-env

# install vcftools
sudo apt-get install vcftools

# store clair.py PATH into $CLAIR variable
CLAIR=`which clair.py`

Expand Down

0 comments on commit 06f7efc

Please sign in to comment.