Skip to content

Commit

Permalink
Change filepath of post_align_qc module
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjameskennedy committed Jan 29, 2024
1 parent 5f8731f commit b95d4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/bacterial_base.nf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include { spades_illumina } from '../nextflow-modules/modu
include { spades_iontorrent } from '../nextflow-modules/modules/spades/main'
include { bwa_mem as bwa_mem_ref } from '../nextflow-modules/modules/bwa/main'
include { samtools_index as samtools_index_ref } from '../nextflow-modules/modules/samtools/main'
include { post_align_qc } from '../nextflow-modules/modules/qc/main'
include { post_align_qc } from '../nextflow-modules/modules/prp/main'
include { assembly_trim_clean } from '../nextflow-modules/modules/clean/main'
include { save_analysis_metadata } from '../nextflow-modules/modules/meta/main'
include { sourmash } from '../nextflow-modules/modules/sourmash/main'
Expand Down

0 comments on commit b95d4b3

Please sign in to comment.