Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Klinische Genetica
capture-lumc
hutspot
Commits
ae8ea7e5
Commit
ae8ea7e5
authored
Apr 30, 2020
by
van den Berg
Browse files
Increase scatterregion memory limit
parent
60fd2489
Pipeline
#3674
passed with stages
in 28 minutes and 41 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Snakefile
View file @
ae8ea7e5
...
...
@@ -231,7 +231,7 @@ checkpoint scatterregions:
directory("scatter")
singularity: containers["biopet-scatterregions"]
shell: "mkdir -p {output} && "
"biopet-scatterregions -Xmx
8
G "
"biopet-scatterregions -Xmx
24
G "
"--referenceFasta {input.ref} --scatterSize {params.size} "
"--outputDir scatter"
...
...
cluster/sge_cluster.yml
View file @
ae8ea7e5
...
...
@@ -34,4 +34,4 @@ fastqc_merged:
fastqc_postqc
:
threads
:
4
scatterregions
:
vmem
:
1
0G
vmem
:
3
0G
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment