Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 790 Bytes

Readme.md

File metadata and controls

29 lines (17 loc) · 790 Bytes

pbsuite Docker

Dockerfile to build pbsuite image

download the PBsuite archive from:

PBsuite

download the right blasr version from:

blasr

  • to build this dockerimage place the blasr binary (look for executable rights before) and the PBSuite_15.8.24.tgz file in the clone of this git repository

build Dockerimage

sudo docker build -t "pbsuite" .

The workingdirectory is set to /data --> place all your files in your current workingdir and add the path in your xml file as follow:

/data/assembly.fasta or /data/pacbioreads.fasta

run dockerimage

sudo docker run -it -v $PWD:/data pbsuite Jelly.py Workingstep Your_Protocol.xml