-
Notifications
You must be signed in to change notification settings - Fork 190
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 process dedup #671
Comments
Process killed comes from your operating system (linux in your case). The most common cause is the system running out of memory. |
Thanks @IanSudbery is there any option to parallelize the process? |
Unfortunately there is no parallelization at the moment. There is a long
standing open issue to implement this, but so far everything we have tried
as made the processing slower, rather than quicker. If you want to
parallelize, I suggest that you divide your bam file into contigs, and run
each contig separately, and then combine the outputs.
However, be aware that if you are having trouble with running out of memory
for a running everything on a single processor, parallelelized processes
tend to use more memory than single threaded ones.
Ian Sudbery
(He/Him)
Senior Lecturer in Bioinformatics,
Sheffield Institute for Nucleic Acids,
School of Biosciences,
The University of Sheffield.
web: www.sudlab.co.uk
Tel: 0114 222 2738
Twitter: IanSudbery
Show Calendar Availability
<https://calendar.google.com/calendar/u/0?cid=aS5zdWRiZXJ5QHNoZWZmaWVsZC5hYy51aw>
…On Tue, 26 Nov 2024 at 08:30, Denise Lavezzari ***@***.***> wrote:
Thanks @IanSudbery <https://github.com/IanSudbery> is there any option to
parallelize the process?
I can't see anything in the help...
—
Reply to this email directly, view it on GitHub
<#671 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABJELDSYOF3ILLMNXYV7ZFL2CQWRTAVCNFSM6AAAAABSNKJFPWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOJZHE3TSMZTGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear author,
I'm trying to run umi dedup on a bam file, but the process is always killed. I've used the same command on many other bams and the process ends, only with two samples, the process is killed. I cannot understand why.
umi_error.txt
The text was updated successfully, but these errors were encountered: