-
Notifications
You must be signed in to change notification settings - Fork 128
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
Killed trimming process #69
Comments
Hi Quim, I have just had the same issue, did you ever work out what was going wrong? Cheers, Ben |
Hi Quim and @benno77 , |
Yes, this is likely a memory problem. I have had lots of problems with porechop's memory usage. By default it actually tries to get all the threads available, and the memory usage seems to scale with the number of threads. So if you have a big fastq file I would suggest just using a small number of threads (<=4). It will take longer than say 8 threads, but will use less memory. |
I divided my fastq file into 10 parts and ran them separately. Finally it ran successfully. |
Hi everyone,
I usually apply Porechop after Albacore Basecalling.
porechop -i ./albacore/ -b ./porechop/
Now I am working with a run where 12 Staphylococcus pseudintermedius strains were sequenced with Rapid Barcoding Kit (SQK-RBK004). I don't know why the process dies at Trimming Adapters step:
Could someone help me?
Thank you,
Quim
The text was updated successfully, but these errors were encountered: