Skip to content

gtbil/scaffoldPAF

Repository files navigation

scaffoldPAF

This package is in development. It is intended to be a simpler replacement for reference-based scaffolding using RagTag.

Install with:

remotes::install_github("gtbil/scaffoldPAF")

You need to provide .paf files from minimap2. I generated them like this:

minimap2 -L -c --MD --eqx --secondary=no -a -o ./pafs_asm20/${BASENAME}.sam -t45 Coker312_asm20.mmi ${PREFIX}
samtools view --bam ./pafs_asm20/${BASENAME}.sam | samtools sort -o ./pafs_asm20/${BASENAME}.bam --write-index -
samtools view --with-header ./pafs_asm20/${BASENAME}.sam | paftools.js sam2paf - > ./pafs_asm20/${BASENAME}.paf

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages