Skip to content

Commit

Permalink
Update run_fcsadaptor.nf
Browse files Browse the repository at this point in the history
Just to add Harshil Alignment
  • Loading branch information
DLBPointon authored Oct 3, 2023
1 parent 03a08b3 commit c07befe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subworkflows/local/run_fcsadaptor.nf
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ workflow RUN_FCSADAPTOR {
FCS_FCSADAPTOR_PROK (
reference_tuple // val(meta), path(fasta)
)
ch_versions = ch_versions.mix(FCS_FCSADAPTOR_PROK.out.versions)
ch_versions = ch_versions.mix(FCS_FCSADAPTOR_PROK.out.versions)

//
// MODULE: FCS_FCSADAPTOR run with eukaryote settings
//
FCS_FCSADAPTOR_EUK (
reference_tuple // val(meta), path(fasta)
)
ch_versions = ch_versions.mix(FCS_FCSADAPTOR_EUK.out.versions)
ch_versions = ch_versions.mix(FCS_FCSADAPTOR_EUK.out.versions)

emit:
FCS_FCSADAPTOR_EUK.out.adaptor_report
Expand Down

0 comments on commit c07befe

Please sign in to comment.