Skip to content

Commit

Permalink
Typo submap
Browse files Browse the repository at this point in the history
  • Loading branch information
prototaxites committed May 6, 2024
1 parent ba2f403 commit 43dd19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/annotation.nf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ workflow ANNOTATION {
// Reassemble chunked eggnog output
ch_annotations_to_merge = EGGNOG_MAPPER.out.annotations
| map { meta, emapper ->
def meta_new = meta.submap("assemblyid")
def meta_new = meta.subMap("assemblyid")
[ meta_new, emapper ]
}
| groupTuple(by: 0)
Expand Down

0 comments on commit 43dd19d

Please sign in to comment.