Skip to content
Snippets Groups Projects
Commit 24b86bc5 authored by Thomas Faraut's avatar Thomas Faraut
Browse files

now 8 cores for delly

parent b4182d5e
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ rule delly:
template = EMPTY_TEMPLATE,
reference = os.path.abspath(REFERENCE)
threads:
get_threads("delly", 4)
get_threads("delly", 8)
log:
stdout = "{batch}/logs/delly/{chrom}_{svtype}.o",
stderr = "{batch}/logs/delly/{chrom}_{svtype}.e"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment