From 3490c4c87faef78eef76d2e56c346fdcf9b2d8a3 Mon Sep 17 00:00:00 2001 From: JoseEspinosa Date: Fri, 10 May 2024 18:19:20 +0200 Subject: [PATCH] Make prettier happy --- main.nf | 2 +- subworkflows/local/get_orthologs.nf | 4 ++-- subworkflows/local/utils_nfcore_reportho_pipeline/main.nf | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/main.nf b/main.nf index a810341..cb1dfd0 100644 --- a/main.nf +++ b/main.nf @@ -72,7 +72,7 @@ workflow { params.outdir, params.input ) - + // // WORKFLOW: Run main workflow // diff --git a/subworkflows/local/get_orthologs.nf b/subworkflows/local/get_orthologs.nf index 55563eb..1512675 100644 --- a/subworkflows/local/get_orthologs.nf +++ b/subworkflows/local/get_orthologs.nf @@ -37,7 +37,7 @@ workflow GET_ORTHOLOGS { ch_query = IDENTIFY_SEQ_ONLINE.out.seqinfo ch_versions = ch_versions.mix(IDENTIFY_SEQ_ONLINE.out.versions) - + WRITE_SEQINFO ( ch_samplesheet_query ) @@ -107,7 +107,7 @@ workflow GET_ORTHOLOGS { ch_orthogroups .mix(FETCH_INSPECTOR_GROUP_ONLINE.out.inspector_group) .set { ch_orthogroups } - + ch_versions = ch_versions.mix(FETCH_INSPECTOR_GROUP_ONLINE.out.versions) FETCH_EGGNOG_GROUP_LOCAL ( diff --git a/subworkflows/local/utils_nfcore_reportho_pipeline/main.nf b/subworkflows/local/utils_nfcore_reportho_pipeline/main.nf index 675e66d..44dc7eb 100644 --- a/subworkflows/local/utils_nfcore_reportho_pipeline/main.nf +++ b/subworkflows/local/utils_nfcore_reportho_pipeline/main.nf @@ -75,7 +75,7 @@ workflow PIPELINE_INITIALISATION { // // Create channel from input file provided through params.input and check for query - // + // Channel .fromSamplesheet("input") .branch {