Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 381 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 381 Bytes

TMB (tumor mutation burden)

Requirements

  • Python >=3.6
  • pip3
  • pipenv (it is the recommended way to rule packages and environments)
  • pysam

Example of installation packages and Python 3.6 in Ubuntu:
sudo apt install python3.6
alias python='usr/bin/python3.6
sudo apt install python3-pip
pip3 install pipenv
Run pipenv install pysam in project directory