Skip to content

Commit

Permalink
fix illumina.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
peterk87 committed Jul 7, 2023
1 parent 00f0409 commit e38c9ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workflows/illumina.nf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ include { BLAST_BLASTN } from '../modules/local/blastn'
include { CAT_ILLUMINA_FASTQ } from '../modules/local/cat_illumina_fastq'
include { ZSTD_DECOMPRESS as ZSTD_DECOMPRESS_FASTA; ZSTD_DECOMPRESS as ZSTD_DECOMPRESS_CSV } from '../modules/local/zstd_decompress'

include { CUSTOM_DUMPSOFTWAREVERSIONS as SOFTWARE_VERSIONS } from '../modules/nf-core/modules/custom/dumpsoftwareversions/main'

//=============================================================================
// Workflow Params Setup
//=============================================================================
Expand Down

0 comments on commit e38c9ca

Please sign in to comment.