From b87f223337780a8067a75084f511675aab116085 Mon Sep 17 00:00:00 2001 From: Suzanne Jin Date: Wed, 11 Dec 2024 14:22:29 +0000 Subject: [PATCH] [propr/grea] remove unnecesary config --- modules/nf-core/propr/grea/tests/multiprocessor.config | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 modules/nf-core/propr/grea/tests/multiprocessor.config diff --git a/modules/nf-core/propr/grea/tests/multiprocessor.config b/modules/nf-core/propr/grea/tests/multiprocessor.config deleted file mode 100644 index f0b47cf5c53..00000000000 --- a/modules/nf-core/propr/grea/tests/multiprocessor.config +++ /dev/null @@ -1,9 +0,0 @@ -process { - cpus = 2 - withName: "PROPR_PROPD"{ - ext.args = { "--round_digits 5 --save_adjacency true --features_id_col gene_name"} - } - withName: "PROPR_GREA"{ - ext.args = { "--permutation 10 --set_min 10 --seed 123 --round_digits 5"} - } -}