Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Dec 17, 2024
1 parent f025945 commit 3268a45
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conf/test.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ process {
memory: '15.GB',
time: '1.h'
]
}
}
2 changes: 1 addition & 1 deletion conf/test_build.config
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ process {
memory: '15.GB',
time: '1.h'
]
}
}
2 changes: 1 addition & 1 deletion conf/test_cosmic.config
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ process {
memory: '15.GB',
time: '1.h'
]
}
}
4 changes: 2 additions & 2 deletions subworkflows/local/ctatsplicing_workflow/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ workflow CTATSPLICING_WORKFLOW {
.map { meta, split_junction, junction, bam ->
[ meta, split_junction, junction, bam, [] ]
}

CTATSPLICING_STARTOCANCERINTRONS(
ch_ctatsplicing_input,
ctat_genome_lib
)
ch_versions = ch_versions.mix(CTATSPLICING_STARTOCANCERINTRONS.out.versions.first())

}

emit:
versions = ch_versions
}

0 comments on commit 3268a45

Please sign in to comment.