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

Inappropriate call if not paired read #18

Open
ziaursani opened this issue Apr 23, 2019 · 2 comments
Open

Inappropriate call if not paired read #18

ziaursani opened this issue Apr 23, 2019 · 2 comments

Comments

@ziaursani
Copy link

I want to extract reads from a bam file but get the following error.

An exception occurred in the Actor thread Actor Thread 3
java.lang.IllegalStateException: Inappropriate call if not paired read
at htsjdk.samtools.SAMRecord.requireReadPaired(SAMRecord.java:901)


Error is very long consisting of many lines. Can some one please help me with this?

thanks

Zia

@ziaursani
Copy link
Author

I have used following statement for extraction of reads

java -jar build/libs/bazam.jar -bam test.bam > tmp.fastq

but I am getting error as described above.

@ghost
Copy link

ghost commented Feb 12, 2021

Gave the tool a whirl. One of my alignment files threw this as well. The problem stems from this func returning false. Not totally sure what that func does yet.

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

1 participant