Last active
March 13, 2024 11:12
-
-
Save jodyphelan/eee83017839f5a58181a6922dbc79d1a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://raw.githubusercontent.com/jodyphelan/TBProfiler/dev/conda/linux-latest.txt | |
conda create --name ntm-profiler-dev --file linux-latest.txt | |
conda activate ntm-profiler-dev | |
pip install --force-reinstall git+https://github.com/jodyphelan/pathogen-profiler.git@dev | |
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