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

Issue when using --no-end2end #78

Open
awjga opened this issue Sep 14, 2017 · 1 comment
Open

Issue when using --no-end2end #78

awjga opened this issue Sep 14, 2017 · 1 comment

Comments

@awjga
Copy link

awjga commented Sep 14, 2017

Hi,

I am running into some issue when trying to use the --no-end2end option.
This is the code that I had use:
graphmap align -a anchorgotoh --no-end2end -r cp_nanopore.fa -d try.fasta -o unmod.noend2end.sam

Resulted in this error:
[CPU time: 32.60 sec, RSS: 278 MB] Read: 8062/437624 (1.84%) [m: 684, u: 7359], length = 402, qname: 4a442670-c846-474b-8d64-c4f298b613d...graphmap: src/alignment/cigargen.cc:607: std::string AlignmentToMD(std::vector&, const int8_t*, int64_t): Assertion `alignment_position_start >= 0 && "Serious problem with MD calculation, stemmed from alignment somewhere."' failed

I had also tried:
graphmap align -a anchor --no-end2end -r cp_nanopore.fa -d try.fasta -o unmod.noend2end.sam

Also resulted in a similar error:
[CPU time: 46.95 sec, RSS: 278 MB] Read: 8073/437624 (1.84%) [m: 686, u: 7368], length = 169, qname: fd234602-1710-478f-8c85-d8d6150319b...graphmap: src/alignment/cigargen.cc:607: std::string AlignmentToMD(std::vector&, const int8_t*, int64_t): Assertion `alignment_position_start >= 0 && "Serious problem with MD calculation, stemmed from alignment somewhere."' failed.
Aborted (core dumped)

@mariuswalter
Copy link

I have the same problem, if you found to a solution..

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

2 participants