-
Notifications
You must be signed in to change notification settings - Fork 29
Installation
Caleb Lareau edited this page May 4, 2020
·
5 revisions
Recommended:
First, create a python
virtual environment in some working directory to keep things tidy:
python3 -m venv venv3
source venv3/bin/activate
Next, install mgatk
from PyPi:
pip3 install mgatk
This should be all that you need. To verify:
mgatk --version
In addition the python mgatk
package, the following R
packages GenomicRanges
, data.table
, SummarizedExperiment
, and Matrix
. Note: if you specify the flag --skip-R
, you can avoid the internal R
execution but will have plain text enumerations of the mitochondrial genetic data.
Please raise an issue here