Skip to content

Commit

Permalink
Merge branch 'master' into uw_hyak_pedslabs
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonJM authored Jul 5, 2023
2 parents a9bebc5 + 2202b61 commit 8f13a6c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
10 changes: 1 addition & 9 deletions conf/pipeline/rnaseq/eddie.config
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
process {

withName : "PICARD_MARKDUPLICATES" {
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
}

withName : "QUALIMAP_RNASEQ" {
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
}

withName : "FASTQC" {
withName : "PICARD_MARKDUPLICATES|QUALIMAP_RNASEQ|FASTQC|BBMAP_BBSPLIT" {
clusterOptions = {"-l h_vmem=${(task.memory + 4.GB).bytes/task.cpus}"}
}

Expand Down
10 changes: 5 additions & 5 deletions conf/vsc_ugent.config
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ profiles {
config_profile_url = 'https://www.ugent.be/hpc/en'
max_memory = 177.GB
max_cpus = 36
max_time = 72.h
max_time = "3day"
}

process {
Expand All @@ -63,7 +63,7 @@ profiles {
config_profile_url = 'https://www.ugent.be/hpc/en'
max_memory = 116.GB
max_cpus = 20
max_time = 72.h
max_time = "3day"
}

process {
Expand All @@ -79,7 +79,7 @@ profiles {
config_profile_url = 'https://www.ugent.be/hpc/en'
max_memory = 88.GB
max_cpus = 36
max_time = 72.h
max_time = "3day"
}

process {
Expand All @@ -95,7 +95,7 @@ profiles {
config_profile_url = 'https://www.ugent.be/hpc/en'
max_memory = 738.GB
max_cpus = 36
max_time = 72.h
max_time = "3day"
}

process {
Expand All @@ -111,7 +111,7 @@ profiles {
config_profile_url = 'https://www.ugent.be/hpc/en'
max_memory = 250.GB
max_cpus = 96
max_time = 72.h
max_time = "3day"
}

process {
Expand Down

0 comments on commit 8f13a6c

Please sign in to comment.