Skip to content

Commit

Permalink
Inclusion of a new module: Last_train
Browse files Browse the repository at this point in the history
  • Loading branch information
U13bs1125 committed Apr 19, 2024
1 parent 61804e2 commit 6f2ee0b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion workflows/pairalign.nf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

include { ASSEMBLYSCAN } from '../modules/nf-core/assemblyscan/main'
include { LAST_LASTDB } from '../modules/nf-core/last/lastdb/main'
include { LAST_TRAIN } from '../modules/nf-core/last/train/main'
include { MULTIQC } from '../modules/nf-core/multiqc/main'
include { paramsSummaryMap } from 'plugin/nf-validation'
include { paramsSummaryMultiqc } from '../subworkflows/nf-core/utils_nfcore_pipeline'
Expand Down Expand Up @@ -44,8 +45,14 @@ workflow PAIRALIGN {
)
ch_multiqc_files = ch_multiqc_files.mix(ASSEMBLYSCAN.out.json.collect{it[1]})
ch_versions = ch_versions.mix(ASSEMBLYSCAN.out.versions.first())


// MODULE: last-train
//
LAST_TRAIN (
ch_samplesheet,
LAST_LASTDB.out.index
)

// Collate and save software versions
//
softwareVersionsToYAML(ch_versions)
Expand Down

0 comments on commit 6f2ee0b

Please sign in to comment.