Skip to content

Instantly share code, notes, and snippets.

@jodyphelan
Last active March 7, 2024 15:14
Show Gist options
  • Save jodyphelan/be0467c33daf324f175cec88a19b0072 to your computer and use it in GitHub Desktop.
Save jodyphelan/be0467c33daf324f175cec88a19b0072 to your computer and use it in GitHub Desktop.
wget https://raw.githubusercontent.com/jodyphelan/TBProfiler/dev/conda/linux-latest.txt
conda create --name tb-profiler-dev --file linux-latest.txt
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
# If you want to use a custom refrence
tb-profiler update_tbdb --match_ref ~/refgenome/NC000962.3.fa --branch test
# If you want to install ntm-profiler
pip install --force-reinstall git+https://github.com/jodyphelan/ntm-profiler.git@dev
ntm-profiler update_db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment