Skip to content

Commit

Permalink
Merge branch 'dev' into addedmodules
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-plessy authored Apr 26, 2024
2 parents 5321778 + ecb5bb4 commit d845557
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions workflows/pairalign.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
*/

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 { LAST_LASTAL } from '../modules/nf-core/last/lastal/main'
include { LAST_DOTPLOT } from '../modules/nf-core/last/dotplot/main'
include { LAST_SPLIT } from '../modules/nf-core/last/split/main'
include { LAST_DOTPLOT } from '../modules/nf-core/last/dotplot/main'
include { LAST_LASTAL } from '../modules/nf-core/last/lastal/main'
include { LAST_LASTDB } from '../modules/nf-core/last/lastdb/main'
include { LAST_SPLIT } from '../modules/nf-core/last/split/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

0 comments on commit d845557

Please sign in to comment.