Skip to content

Commit 466e876

Browse files
authored
Merge pull request #68 from Simarpreet-Kaur-Bhurji/main
config updates for big dataset
2 parents bf6dcba + 409e0c1 commit 466e876

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

FastOMA.nf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ process omamer_run{
217217

218218

219219
process infer_roothogs{
220-
label "process_single"
220+
label "process_medium"
221221
publishDir = [
222222
path: params.temp_output,
223223
enabled: params.debug_enabled,
@@ -410,6 +410,7 @@ process hog_rest{
410410

411411

412412
process collect_subhogs{
413+
label "process_high"
413414
publishDir params.output_folder, mode: 'copy'
414415
input:
415416
path pickles, stageAs: "pickle_folders/?"
@@ -455,6 +456,7 @@ process extract_pairwise_ortholog_relations {
455456

456457

457458
process fastoma_report {
459+
label "process_medium"
458460
publishDir params.output_folder, mode: 'copy'
459461
input:
460462
path notebook

0 commit comments

Comments
 (0)