Skip to content

Commit

Permalink
Make prettier happy
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseEspinosa committed May 10, 2024
1 parent 72f80aa commit 3490c4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ workflow {
params.outdir,
params.input
)

//
// WORKFLOW: Run main workflow
//
Expand Down
4 changes: 2 additions & 2 deletions subworkflows/local/get_orthologs.nf
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down Expand Up @@ -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 (
Expand Down
2 changes: 1 addition & 1 deletion subworkflows/local/utils_nfcore_reportho_pipeline/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ workflow PIPELINE_INITIALISATION {

//
// Create channel from input file provided through params.input and check for query
//
//
Channel
.fromSamplesheet("input")
.branch {
Expand Down

0 comments on commit 3490c4c

Please sign in to comment.