Last active
March 7, 2024 15:14
-
-
Save jodyphelan/be0467c33daf324f175cec88a19b0072 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 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