Skip to content
New issue

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

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

Already on GitHub? # to your account

Exiting from the software immediately after visiting unmapped reads #1

Open
mahdiheydari opened this issue Nov 11, 2017 · 1 comment

Comments

@mahdiheydari
Copy link

The software is working very good, except the case when an unmapped read is in the middle of SAM file. Then it exits the software with this message

shift_cigar failed. Exiting.

Is it possible you scape these reads or other reads which for any reason you can't align instead of exiting the software? Just to keep the order of reads as the input file, I would suggest for these unmapped reads you put a flag in the output or show the aligned read with all N, or another character to make difference between soft clipping and unmapped reads.

@y9c
Copy link

y9c commented Nov 7, 2019

samtools view -F 4 test.sam | sam2pairwise

might solve the issue

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

No branches or pull requests

2 participants