-
Notifications
You must be signed in to change notification settings - Fork 11
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
Error at GroupReadsByUmi due to read order? #52
Labels
enhancement
New feature or request
Comments
@davidmasp looks like a bug (that I introduced) in samtools: samtools/samtools#2062. |
Fixed in samtools/samtools#2062, but we'll need a samtools release before we can fix it here |
Fixed in #68 |
But going to keep this one around until we have the samtools release and we can undo this fix. |
Samtools v1.21 has now been released, so we can remove this fix |
SPPearce
added
enhancement
New feature or request
and removed
bug
Something isn't working
labels
Dec 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the bug
Hi
I have hit an error trying to run one of the test datasets that merges multiple fastq files per sample (
samplesheet.multi_lanes.csv
).I have to say first that when running with the testing dataset that includes only the
chr17.fa
the pipeline runs great. When i run it with my local version of thehg38
igenomes fasta however it hits an error at the GroupReadsByUmi step. The file should be accessible by downloading the hg38 version in this link - here.I download the sample sheet from the test-dataset repo and I run the pipeline using:
And the
params.yaml
file is:The error is in the
GroupReadsByUmi
step, it claims that a given read is not sorted correctly (SRR6109255.382418
).When going into the directory I can see that the problematic read (the first read in the file) is actually properly paired but and not in order?
When I track down the merged bam one level more I reach the
MERGE_BAM
process. The individual bams seem to be all sorted correctly but the merged one (see above) may not be?I am not sure if I am doing smth wrong.
Command used and terminal output
Relevant files
No response
System information
HPC, running on SGE
Ubuntu Linux
N E X T F L O W
version 24.04.1 build 5913
created 20-05-2024 09:48 UTC (02:48 PDT)
cite doi:10.1038/nbt.3820
http://nextflow.io
nf-core/fastquorum = 1.0.0
The text was updated successfully, but these errors were encountered: