Skip to content

Instantly share code, notes, and snippets.

@jodyphelan
Last active July 4, 2023 20:11
Show Gist options
  • Save jodyphelan/4c51ae8bef635b91cbf6cc3cdf1b8877 to your computer and use it in GitHub Desktop.
Save jodyphelan/4c51ae8bef635b91cbf6cc3cdf1b8877 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
conda activate microbiome
pip install multiqc
mv Module6 Module6_old
mkdir Module6
cd Module6
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