Skip to content

Commit 10544f3

Browse files
FloWuennekbestak
andauthored
Apply suggestion from @kbestak
Co-authored-by: Krešimir Beštak <86408271+kbestak@users.noreply.github.com>
1 parent 5e78967 commit 10544f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workflows/molkart.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ workflow MOLKART {
283283
//
284284
// Collate and save software versions
285285
//
286-
def topic_versions = Channel.topic("versions")
286+
def topic_versions = channel.topic("versions")
287287
.distinct()
288288
.branch { entry ->
289289
versions_file: entry instanceof Path

0 commit comments

Comments
 (0)