Skip to content

muppi1993/run_poppunk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

run_poppunk

Run poppunk in python

1. Download input data and code

git clone [email protected]:muppi1993/run_poppunk.git

2. Download and unpack database

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.

3. Install PopPUNK

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

4. Run popppunk

python3 try_poppunk.py

About

Run poppunk in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages