Skip to content
Snippets Groups Projects
Commit 8ac22a4e authored by Manavalan Gajapathy's avatar Manavalan Gajapathy
Browse files

updates resources

parent e5f05981
No related branches found
No related tags found
1 merge request!1QuaC - First major review
......@@ -4,6 +4,9 @@
"partition": "express",
"cpus-per-task": "{threads}",
"mem": "8G",
"output": "logs/rule_logs/{rule}-%j.log",
"output": "logs/rule_logs/{rule}-%j.log"
},
"mosdepth_coverage": {
"partition": "short"
}
}
......@@ -22,6 +22,8 @@ rule mosdepth_coverage:
"mosdepth"
conda:
str(WORKFLOW_PATH / "configs/env/mosdepth.yaml")
threads:
4
params:
out_prefix = lambda wildcards, output: output['summary'].replace('.mosdepth.summary.txt', ''),
shell:
......
......@@ -21,7 +21,7 @@ rule verifybamid:
svd_prefix = lambda wildcards, input: input['svd'][0].replace(Path(input['svd'][0]).suffix, ''),
out_prefix = lambda wildcards, output: output['ancestry'].replace('.Ancestry', ''),
threads:
1
2
shell:
r"""
verifybamid2 \
......
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