You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: