Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 621 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 621 Bytes

Steps to install dependencies

  1. Miniconda installation Downlaod Miniconda python 3 version for linux bash Miniconda3-latest-Linux-x86_64.sh 1 a. Check for insatllation and config conda version conda list conda config --set auto_activate_base false

  2. Install snakemake using conda conda create -c conda-forge -c bioconda -n snakemake snakemake conda activate snakemake snakemake --help

  3. Install other tools dependencies a. Coverview b. CAVA c. ANNOVAR d. bedtools -- anaconda e. All variant callers ( use source code or binary installations -- do not use conda installation for lofreq) f. gatk 3.8 jar