Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mapping using PacBio CCS BAM file #8

Open
gevro opened this issue Oct 19, 2020 · 4 comments
Open

Mapping using PacBio CCS BAM file #8

gevro opened this issue Oct 19, 2020 · 4 comments

Comments

@gevro
Copy link

gevro commented Oct 19, 2020

Hi, Is there any way to do this? This would be simpler than converting PacBio BAM files to fastq, and then somehow integrating the info from the original PacBio BAM file with the mapped BAM file.

Any other advice on best practices for aligning PacBio CCS data?
Thanks.

@cjain7
Copy link
Contributor

cjain7 commented Oct 24, 2020

PacBio BAM files are not supported as input currently. That said, do you know any long read mapper that does it? I could consider incorporating this feature if this is being done by any mapper.

Re: best practices for aligning PacBio CCS data
I think README file and winnowmap -h would give you sufficient information. Just go for default values in my opinion.

@gevro
Copy link
Author

gevro commented Oct 24, 2020

pbmm2 (a port of minimap2) supports PacBio BAM files.
https://github.com/PacificBiosciences/pbmm2

@jelber2
Copy link

jelber2 commented Oct 24, 2020

Maybe you could try bazam (https://github.com/ssadedin/bazam) to go from PacBio BAM files to stdin of winnowmap? According to the readme, you can also call bazam as a library.

@gevro
Copy link
Author

gevro commented Oct 24, 2020

Perhaps. PacBio BAM files however contain additional tags with info on each read, which are lost in the process of converting to fastq.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants