TBProfiler
Profiling tool for Mycobacterium tuberculosis to detect ressistance and strain type from WGS data
File Explorer
Download Latest Version (.zip)- testing.yml
- FUNDING.yml
- linux-latest.txt
- snpEffectPredictor.bin
- snpEff.config
- barcode.bed
- genes.bed
- genome.fasta
- genome.gff
- mask.bed
- mutations.json
- rules.yml
- spoligotype_list.csv
- spoligotype_spacers.txt
- variables.json
- default_template.docx
- itol_example.png
- tbprofiler.dr.indiv.itol.txt
- tbprofiler.dr.itol.txt
- tbprofiler.lineage.itol.txt
- tbprofiler.test.fq.gz
- tbprofiler.tree
- tb-profiler-tools
- __init__.py
- collate.py
- consensus.py
- docx.py
- models.py
- output.py
- plugins.py
- reformat.py
- rules.py
- snp_dists.py
- spoligotyping.py
- text.py
- utils.py
- xdb.py
- example_collate.txt
- run_test.py
- .gitignore
- _config.yml
- CODE_OF_CONDUCT.md
- LICENSE
- macOS-latest.txt
- meta.yaml
- README.md
- setup.py
- SUMMARY.md
- tb-profiler
# Installation Guide
1. Get the code
git clone https://github.com/jodyphelan/TBProfiler
Downloads the entire project code from GitHub to your computer.
cd TBProfiler
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip3 install git+https://github.com/jodyphelan/TBProfiler.git
Installs the package published on PyPI directly β no need to clone the source.
pip3 install git+https://github.com/jodyphelan/pathogen-profiler.git
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip3 install git+https://github.com/jodyphelan/TBProfiler.git
Installs the package published on PyPI directly β no need to clone the source.
pip3 install git+https://github.com/jodyphelan/pathogen-profiler.git
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
