Run poppunk in python
git clone [email protected]:muppi1993/run_poppunk.git
cd run_poppunk
wget https://sketchdb.blob.core.windows.net/public-dbs/GPS_v4_full.tar.bz2
tar -xf GPS_v4_full.tar.bz2
If you already have the database saved on your machine, you can also adjust db_path
in try_poppunk.py
at line 24 to the location of the database on your machine.
conda install poppunk
If you can't use conda yet, you can get Miniconda to use it. If you can't find the package, you might need to run this first:
conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge
python3 try_poppunk.py