Created
February 7, 2024 13:11
-
-
Save jodyphelan/d482fc321a40b285ba0ff0719c1c630f 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
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