-
Notifications
You must be signed in to change notification settings - Fork 81
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
FASTQC fails with too little memory #378
Comments
Fixed in |
Thanks for the quick adaption. It now submits the job with more memory to SLURM, however, still fails with the same error message. If I ran it mainly and submit it with the same memory requirements, it magically works. According to the
So I am wondering if I have some edge case files or something else breaks here. |
Could you point me privately which files you're trying, and I'll try it out myself to see if I see anything else. I could also try changing the fastqc command to specifically define memory requirements with |
In an attempt to close #378 following bcbio/bcbio-nextgen#2989 via s-andrews/FastQC#24
@alexhbnr please try running your command with |
This patch fixes the issue. Thanks for catching this, @jfy133 ! |
In an attempt to close nf-core#378 following bcbio/bcbio-nextgen#2989 via s-andrews/FastQC#24
FASTQC fails with the following error message when being run after clipping:
This might suggest that the amount of memory for this program should be increased to > 1GB.
Thanks,
Alex
The text was updated successfully, but these errors were encountered: