Skip to content

Instantly share code, notes, and snippets.

@jodyphelan
Created February 7, 2024 13:11
Show Gist options
  • Save jodyphelan/d482fc321a40b285ba0ff0719c1c630f to your computer and use it in GitHub Desktop.
Save jodyphelan/d482fc321a40b285ba0ff0719c1c630f to your computer and use it in GitHub Desktop.
conda activate tb-profiler-dev
pip install --force-reinstall git+https://github.com/jodyphelan/pathogen-profiler.git@dev
pip install --force-reinstall git+https://github.com/jodyphelan/TBProfiler.git@dev
git clone https://github.com/jodyphelan/tbdb.git
cd tbdb
# move the parsed_who_mutations.csv and genes.csv to the current directory
# cp ~/temp/parsed_who_mutations.csv .
# cp ~/temp/genes.csv .
tb-profiler create_db --csv parsed_who_mutations.csv --watchlist genes.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment