Skip to content

Instantly share code, notes, and snippets.

@jodyphelan
Last active November 18, 2024 15:36
Show Gist options
  • Save jodyphelan/2fdc9c5948f315e718f04751c956629b to your computer and use it in GitHub Desktop.
Save jodyphelan/2fdc9c5948f315e718f04751c956629b to your computer and use it in GitHub Desktop.
test_env=testing
mamba create -y -n $test_env python bwa "samtools>=1.12" "bcftools>=1.12" requests snpEff jq samclip gatk4 trimmomatic parallel "delly>=1.1.7" "freebayes==1.3.6" tqdm minimap2 bedtools jinja2 samclip kmc pilon lofreq filelock mash docxtpl dsk pysam rich-argparse joblib iqtree pydantic tomli itol-config sourmash
conda activate $test_env
pip install rich_argparse
mamba install flask celery redis sqlalchemy psycopg2
pip install redis flask_sqlalchemy flask_login flask_session flask_wtf email_validator
pip install --force-reinstall git+https://github.com/jodyphelan/TBProfiler.git@dev
pip install --force-reinstall git+https://github.com/jodyphelan/pathogen-profiler.git@dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment