-
Notifications
You must be signed in to change notification settings - Fork 47
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
[bam_sort_core] merging from 40 files and 20 in-memory blocks. Error running the pipeline #108
Comments
How big is your input data? memory specs where you are running the pipeline? |
The input data includes FASTQ files with sizes of R1: 7.4G and R2: 2.2G. We executed the pipeline using 20 threads on our HPC platform. Could the memory have caused the error? The following is the code: |
It's probably related to some incompatibility of pysam and htseq packages. I need to find some time to update |
pysam 0.22.1 |
Try older versions of both like pysam < 0.15 and htseq < 0.14 and also how much memory do you allocate in the node that you run the pipeline? |
Thank you for the suggestion. We will try using older versions of both pysam and htseq, specifically pysam < 0.15 and htseq < 0.14. Regarding memory allocation, we typically allocate 60GB in the node where we run the pipeline. |
Dear @jfnavarro,
I also encounter error during running the pipeline. I changed the version HTSeq, but it dosen't work.
The report error:
[bam_sort_core] merging from 40 files and 20 in-memory blocks...
Error running the pipeline
returned a result with an error set
The last several lines of log file:
INFO:STPipeline:# Unmatched: 152319 [0.1330010938608468%]
INFO:STPipeline:Starting annotation 2024-12-19 11:18:42.502306
ERROR:STPipeline:Error during annotation. HTSEQ execution failed
The text was updated successfully, but these errors were encountered: