Skip to content

Commit

Permalink
correct importing of metagenomics SWF
Browse files Browse the repository at this point in the history
  • Loading branch information
TCLamnidis committed Feb 14, 2025
1 parent f76eff0 commit 1e8fdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/eager.nf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ include { MAP } from '../subwork
include { FILTER_BAM } from '../subworkflows/local/bamfiltering.nf'
include { DEDUPLICATE } from '../subworkflows/local/deduplicate'
include { MANIPULATE_DAMAGE } from '../subworkflows/local/manipulate_damage'
include { METAGENOMICS_COMPLEXITYFILTER } from '../subworkflows/local/metagenomics_complexityfilter'
include { METAGENOMICS } from '../subworkflows/local/metagenomics'
include { ESTIMATE_CONTAMINATION } from '../subworkflows/local/estimate_contamination'
include { CALCULATE_DAMAGE } from '../subworkflows/local/calculate_damage'
include { RUN_SEXDETERRMINE } from '../subworkflows/local/run_sex_determination'
Expand Down

0 comments on commit 1e8fdda

Please sign in to comment.