From b60b1a750887d24561ee27c4e81cf5fad49d726e Mon Sep 17 00:00:00 2001 From: Brandi Cantarel <brandi.cantarel@utsouthwestern.edu> Date: Mon, 16 Apr 2018 16:26:31 -0500 Subject: [PATCH] update process_scripts --- nextflow.config | 2 +- workflow/process_scripts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nextflow.config b/nextflow.config index 05dbcbf..2eb4cb1 100644 --- a/nextflow.config +++ b/nextflow.config @@ -1,5 +1,5 @@ process.executor='slurm' -process.queue='super' +process.queue='128GB,256GB,256GBv1' process.clusterOptions = '--hold' trace.enabled = true trace.file = 'pipeline_trace.txt' diff --git a/workflow/process_scripts b/workflow/process_scripts index 291e1c3..1edf4c9 160000 --- a/workflow/process_scripts +++ b/workflow/process_scripts @@ -1 +1 @@ -Subproject commit 291e1c352873ce14881ab8b1822fa7d3183b946b +Subproject commit 1edf4c95eedead3752115f49a941100fd02aa270 -- GitLab