Skip to content

Commit

Permalink
update bpipe.config examples/template
Browse files Browse the repository at this point in the history
  • Loading branch information
hdashnow committed Oct 16, 2018
1 parent a1ed84a commit 0750d30
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 20 deletions.
14 changes: 0 additions & 14 deletions pipelines/config-examples/bpipe.config_broad

This file was deleted.

9 changes: 4 additions & 5 deletions pipelines/config-examples/bpipe.config_meerkat
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
// Defaults
walltime="04:00:00"
memory="8g"
modules="java"

commands {

bwamem {
walltime="48:00:00"
procs=8
memory=32
memory="32g"
}


bedtools {
memory=8
}
}
2 changes: 1 addition & 1 deletion pipelines/config-examples/bpipe.config_template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ memory="8g"
commands {

mosdepth {
memory="4g"
memory="8g"
}

bwamem {
Expand Down

0 comments on commit 0750d30

Please sign in to comment.