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

Cigar ERROR #14

Open
avilella opened this issue Mar 31, 2017 · 2 comments
Open

Cigar ERROR #14

avilella opened this issue Mar 31, 2017 · 2 comments

Comments

@avilella
Copy link

I am receiving errors from using readcount on a bam file aligned with bwa mem:

2017-03-31 11:26:05 bam_readcount STDERR ERROR (CigarRoller.cpp:127): Parsing CIGAR - invalid character found with parameter * and 0

Any ideas what may be wrong?

@pjvandehaar
Copy link
Contributor

What command are you running?

@mktrost
Copy link
Contributor

mktrost commented Mar 31, 2017

I don't think I'm familiar with bam_readcount. Is that a tool you are writing using libStatGen? (or am I just drawing a blank on this tool?)
Could it be that a read doesn't have a cigar? Such that the CIGAR string is just *. Potentially this error would come out if CigarRoller was trying to parse a cigar string of *. I'm not sure if it is an error in bam_readcount or libStatGen trying to parse an unknown cigar. I'd need more info on what was calling CigarRoller.

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