Skip to content

Commit

Permalink
Remove GFF from list
Browse files Browse the repository at this point in the history
  • Loading branch information
prototaxites committed May 6, 2024
1 parent c2538cc commit 836af53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/coverage.nf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ workflow COVERAGE {

ch_go_summary_input = ch_counts
| combine(ch_eggnog, by: 0)
| map { meta_join, meta, counts, eggnog, gff ->
| map { meta_join, meta, counts, eggnog ->
[ meta, counts, eggnog, [] ]
}

Expand Down

0 comments on commit 836af53

Please sign in to comment.