Skip to content

Commit

Permalink
Remove/replace references to GUNZIP_NCBI_FLU_FASTA
Browse files Browse the repository at this point in the history
  • Loading branch information
peterk87 committed Jul 7, 2023
1 parent dfab8f5 commit d36b980
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion workflows/illumina.nf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ ch_influenza_metadata = file(params.ncbi_influenza_metadata)
include { IRMA } from '../modules/local/irma'
include { CHECK_SAMPLE_SHEET } from '../modules/local/check_sample_sheet'
include { SUBTYPING_REPORT } from '../modules/local/subtyping_report'
include { GUNZIP_NCBI_FLU_FASTA } from '../modules/local/misc'
include { BLAST_MAKEBLASTDB } from '../modules/local/blast_makeblastdb'
include { BLAST_BLASTN } from '../modules/local/blastn'
include { CAT_ILLUMINA_FASTQ } from '../modules/local/cat_illumina_fastq'
Expand Down
2 changes: 1 addition & 1 deletion workflows/nanopore.nf
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ workflow NANOPORE {
ch_ref_fasta = file(params.ref_db, type: 'file')
CHECK_REF_FASTA(ch_ref_fasta)
ch_versions = ch_versions.mix(CHECK_REF_FASTA.out.versions)
CAT_DB(GUNZIP_NCBI_FLU_FASTA.out.fna, CHECK_REF_FASTA.out.fasta)
CAT_DB(ZSTD_DECOMPRESS_FASTA.out.file, CHECK_REF_FASTA.out.fasta)
ch_input_ref_db = CAT_DB.out.fasta
}

Expand Down

0 comments on commit d36b980

Please sign in to comment.