Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion FastOMA.nf
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ process omamer_run{


process infer_roothogs{
label "process_single"
label "process_medium"
publishDir = [
path: params.temp_output,
enabled: params.debug_enabled,
Expand Down Expand Up @@ -410,6 +410,7 @@ process hog_rest{


process collect_subhogs{
label "process_high"
publishDir params.output_folder, mode: 'copy'
input:
path pickles, stageAs: "pickle_folders/?"
Expand Down Expand Up @@ -455,6 +456,7 @@ process extract_pairwise_ortholog_relations {


process fastoma_report {
label "process_medium"
publishDir params.output_folder, mode: 'copy'
input:
path notebook
Expand Down