Skip to content

Instantly share code, notes, and snippets.

@jodyphelan
Last active May 14, 2023 18:13
Show Gist options
  • Save jodyphelan/a9825107ce3ecce3e4efcc746f0cc61b to your computer and use it in GitHub Desktop.
Save jodyphelan/a9825107ce3ecce3e4efcc746f0cc61b to your computer and use it in GitHub Desktop.
# 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-microbiome-profiler-spec.txt https://gist.githubusercontent.com/jodyphelan/92d8a63f498434f1c30bd48fcff8f8bb/raw/79d24bc7dcc72589145fbb5079ad108fe7fd51f7/microbiome-spec.txt
conda create --file pathogen-genomics-microbiome-profiler-spec.txt --name microbiome
source activate microbiome
cd ~/data/
mkdir microbiome
cd microbiome
wget -O microbiome_data.tgz --no-check-certificate https://tbdr.lshtm.ac.uk/static/microbiome_data.tgz
tar -xvf microbiome_data.tgz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment