We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf6dcba + 409e0c1 commit 466e876Copy full SHA for 466e876
FastOMA.nf
@@ -217,7 +217,7 @@ process omamer_run{
217
218
219
process infer_roothogs{
220
- label "process_single"
+ label "process_medium"
221
publishDir = [
222
path: params.temp_output,
223
enabled: params.debug_enabled,
@@ -410,6 +410,7 @@ process hog_rest{
410
411
412
process collect_subhogs{
413
+ label "process_high"
414
publishDir params.output_folder, mode: 'copy'
415
input:
416
path pickles, stageAs: "pickle_folders/?"
@@ -455,6 +456,7 @@ process extract_pairwise_ortholog_relations {
455
456
457
458
process fastoma_report {
459
460
461
462
path notebook
0 commit comments