Skip to content

Commit

Permalink
Forgot one channel reference
Browse files Browse the repository at this point in the history
  • Loading branch information
DLBPointon committed Nov 23, 2023
1 parent a281ae6 commit 22dacae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/treeval_rapid.nf
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ workflow TREEVAL_RAPID {
// SUBWORKFLOW: GENERATES A GAP.BED FILE TO ID THE LOCATIONS OF GAPS
//
GAP_FINDER (
YAML_INPUT.out.reference,
YAML_INPUT.out.reference_ch,
GENERATE_GENOME.out.max_scaff_size
)
ch_versions = ch_versions.mix( GAP_FINDER.out.versions )
Expand Down

0 comments on commit 22dacae

Please sign in to comment.