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
a4e1aadb
Commit
a4e1aadb
authored
Jul 24, 2020
by
van den Berg
Browse files
Increase memory for bed_to_interval
parent
1b7d807f
Pipeline
#3973
failed with stages
in 31 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Snakefile
View file @
a4e1aadb
...
...
@@ -477,7 +477,7 @@ rule bed_to_interval:
baits_interval = "baits.interval"
output:
container: containers["picard"]
shell: "picard BedToIntervalList "
shell: "picard
-Xmx4G
BedToIntervalList "
"I={input.targets} O={output.target_interval} "
"SD={input.ref} && "
"picard BedToIntervalList "
...
...
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