biowdl / tasks

A collection of reusable WDL tasks. Category:Other
https://biowdl.github.io/tasks/
MIT License
85 stars 31 forks source link

Add pbmm2, the PacBio wrapper for minimap2 #225

Closed Redmar-van-den-Berg closed 4 years ago

Redmar-van-den-Berg commented 4 years ago

See https://github.com/PacificBiosciences/pbmm2 for details. PacBio's wrapper for minimap2 can do bam input/output (so no converting to fastq), and also sort the output bam file on the fly, saving IO and run time.

Checklist