-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
{readname} did not have a primary R1 record. (GroupReadsByUmi) #995
Comments
Can you tell us how you created the test bam, and the provide a test case (BAM) to debug? Did you sort the reads prior? |
First, mapping with BWA: |
Can you confirm there is a R1 primary record in your To extract the UMI bases, try |
I provide a simple bam file for you debug.@nh13
|
when I use GroupReadsByUmi group reads, this error occurs.@nh13
cmd:
java -jar fgbio-2.2.1.jar --tmp-dir=/tmp GroupReadsByUmi --input=test.bam --output=test.umi.group.BAM --strategy=paired --min-map-q=20 --edits=1 --raw-tag=RX --family-size-histogram=test.family.size.histogram
error message:
Exception in thread "main" java.lang.IllegalStateException: {readname} did not have a primary R1 record
The text was updated successfully, but these errors were encountered: