Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge fast processes #259

Merged
merged 26 commits into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove mentions of tabix in subwfs
  • Loading branch information
nvnieuwk committed Jan 23, 2025
commit 3d144c4ac10560725ef0385e2524cb692d733a83
1 change: 0 additions & 1 deletion subworkflows/local/vcf_filter_bcftools/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

include { BCFTOOLS_FILTER as FILTER_1 } from '../../../modules/nf-core/bcftools/filter/main'
include { BCFTOOLS_FILTER as FILTER_2 } from '../../../modules/nf-core/bcftools/filter/main'
include { TABIX_TABIX } from '../../../modules/nf-core/tabix/tabix/main'

workflow VCF_FILTER_BCFTOOLS {
take:
Expand Down
3 changes: 0 additions & 3 deletions workflows/germline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,9 @@ include { UNTAR } from '../
include { ENSEMBLVEP_DOWNLOAD } from '../modules/nf-core/ensemblvep/download/main'
include { BCFTOOLS_STATS } from '../modules/nf-core/bcftools/stats/main'
include { BCFTOOLS_NORM } from '../modules/nf-core/bcftools/norm/main'
include { TABIX_TABIX as TABIX_DECOMPOSE } from '../modules/nf-core/tabix/tabix/main'
include { TABIX_TABIX as TABIX_NORMALIZE } from '../modules/nf-core/tabix/tabix/main'
include { TABIX_TABIX as TABIX_DBSNP } from '../modules/nf-core/tabix/tabix/main'
include { TABIX_TABIX as TABIX_GVCF } from '../modules/nf-core/tabix/tabix/main'
include { TABIX_TABIX as TABIX_TRUTH } from '../modules/nf-core/tabix/tabix/main'
include { TABIX_TABIX as TABIX_FINAL } from '../modules/nf-core/tabix/tabix/main'
include { BCFTOOLS_STATS as BCFTOOLS_STATS_FAMILY } from '../modules/nf-core/bcftools/stats/main'
include { VCF2DB } from '../modules/nf-core/vcf2db/main'
include { MULTIQC } from '../modules/nf-core/multiqc/main'
Expand Down