Skip to content

StephanHolgerD/PBsuite-Dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published