Skip to content
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 in unitigging/3-overlapErrorAdjustment #815

Closed
kevfengler227 opened this issue Mar 13, 2018 · 1 comment
Closed

error in unitigging/3-overlapErrorAdjustment #815

kevfengler227 opened this issue Mar 13, 2018 · 1 comment

Comments

@kevfengler227
Copy link

Still to make it all the way through with v1.7. Almost there. Encountering an error in unitigging/3-overlapErrorAdjustment. The job array index is too large for the job to be submitted. Any suggestions?

Thanks,
KF

cat red.jobSubmit-01.out
Job array index too large. Job not submitted.

#!/bin/sh

bsub
-M 5120 -R span[hosts=1] -n 4 -u pbadmin -q prod -P ga-assembly-bigspades -R rusage[mem=8000,scr=10000] -o red.%I.out
-J "red_EDE4N[1-65535]"

./red.sh 0 \

./red.jobSubmit-01.out 2>&1

@skoren
Copy link
Member

skoren commented Mar 13, 2018

You can increase the memory used for RED/OEA, try oeaMemory=64 redMemory=64 (assuming you have 64gb machines). You'll have to remove the 3-* folder in unitigging.

@skoren skoren closed this as completed Mar 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants