Skip to content

Commit

Permalink
Add main for consistency in subworkflow path
Browse files Browse the repository at this point in the history
  • Loading branch information
drpatelh committed Mar 22, 2023
1 parent 99d388e commit e765818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/illumina.nf
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ include { MOSDEPTH as MOSDEPTH_AMPLICON } from '../modules/nf-core/mosdepth/main
// SUBWORKFLOW: Consisting entirely of nf-core/modules
//
include { FASTQ_ALIGN_BOWTIE2 } from '../subworkflows/nf-core/fastq_align_bowtie2/main'
include { BAM_MARKDUPLICATES_PICARD } from '../subworkflows/nf-core/bam_markduplicates_picard'
include { BAM_MARKDUPLICATES_PICARD } from '../subworkflows/nf-core/bam_markduplicates_picard/main'

/*
========================================================================================
Expand Down

0 comments on commit e765818

Please sign in to comment.