8000 Migrate strelka pytest to nf-test by maxulysse · Pull Request #1711 · nf-core/sarek · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Migrate strelka pytest to nf-test #1711

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

Merged
merged 3 commits into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [1695](https://github.com/nf-core/sarek/pull/1695) - Update all modules
- [1707](https://github.com/nf-core/sarek/pull/1707) - Un-hide parameters and clean up Json schema
- [1708](https://github.com/nf-core/sarek/pull/1708) - Migrate pipeline pytest alignment and annotation tests to nf-test
- [1711](https://github.com/nf-core/sarek/pull/1711) - Migrate pipeline pytest strelka tests to nf-test

### Fixed

Expand Down
1 change: 1 addition & 0 deletions tests/.nftignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ multiqc/multiqc_data/multiqc_sources.txt
multiqc/multiqc_data/picard_deduplication.txt
multiqc/multiqc_plots/{svg,pdf,png}/*.{svg,pdf,png}
multiqc/multiqc_report.html
no_intervals.{bed,bed.gz,bed.gz.tbi}
pipeline_info/*.{html,json,txt,yml}
preprocessing/**/*.{md,recal,sorted}.{bam,bam.bai,cram,cram.crai,table}
reference/dragmap/hash_table.{cfg,cfg.bin}
Expand Down
32 changes: 0 additions & 32 deletions tests/config/pytesttags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,38 +378,6 @@ mutect2:
- tests/csv/3.0/recalibrated_tumoronly.csv
- tests/test_mutect2.yml

## strelka
strelka:
- conf/modules/strelka.config
- modules/nf-core/gatk4/mergevcfs/**
- modules/nf-core/mosdepth/**
- modules/nf-core/strelka/germline/**
- modules/nf-core/strelka/somatic/**
- subworkflows/local/bam_variant_calling_germline_all/**
- subworkflows/local/bam_variant_calling_single_strelka/**
- subworkflows/local/bam_variant_calling_somatic_all/**
- subworkflows/local/bam_variant_calling_somatic_strelka/**
- tests/csv/3.0/recalibrated_germline.csv
- tests/csv/3.0/recalibrated_somatic.csv
- tests/csv/3.0/recalibrated_tumoronly.csv
- tests/csv/3.0/recalibrated.csv
- tests/test_strelka.yml

## strelka_bp
strelka_bp:
- conf/modules/manta.config
- conf/modules/strelka.config
- modules/nf-core/gatk4/mergevcfs/**
- modules/nf-core/manta/somatic/**
- modules/nf-core/mosdepth/**
- modules/nf-core/strelka/somatic/**
- subworkflows/local/bam_variant_calling_germline_all/**
- subworkflows/local/bam_variant_calling_somatic_all/**
- subworkflows/local/bam_variant_calling_somatic_manta/**
- subworkflows/local/bam_variant_calling_somatic_strelka/**
- tests/csv/3.0/recalibrated_somatic.csv
- tests/test_strelka_bp.yml

## lofreq
lofreq:
- conf/modules/lofreq.config
Expand Down
315 changes: 0 additions & 315 deletions tests/test_strelka.yml

This file was deleted.

213 changes: 0 additions & 213 deletions tests/test_strelka_bp.yml

This file was deleted.

Loading
Loading
0