Last active
May 2, 2023 20:02
-
-
Save jodyphelan/0a1c207eda49ffa57cc3fde80106ae93 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# mamba create -n tb-profiler python bwa "samtools>=1.12" "bcftools>=1.12" requests snpEff samclip trimmomatic parallel "delly>=0.8.7" "freebayes>=1.3.5" tqdm bedtools jinja2 filelock docxtpl | |
wget -O pathogen-genomics-tb-profiler-spec.txt https://gist.githubusercontent.com/jodyphelan/d220fb5ce97133ad5e5ae813edb7663d/raw/62bfeb6c0a6982bbb138d576e0d57bcac7605afe/pathogen-genomics-tb-profiler-spec | |
conda create --file pathogen-genomics-tb-profiler-spec.txt --name tb-profiler | |
source activate tb-profiler | |
pip install git+https://github.com/jodyphelan/TBProfiler/@dev | |
pip install git+https://github.com/jodyphelan/pathogen-profiler/@dev | |
cd ~/data/ | |
mkdir tb | |
cd tb | |
wget -O tb_genomics_teaching.tgz --no-check-certificate https://tbdr.lshtm.ac.uk/static/tb_genomics_teaching.tgz | |
tar -xvf tb_genomics_teaching.tgz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment