Skip to content

Commit

Permalink
Merge pull request #1411 from maxulysse/remove_tests_until_fix
Browse files Browse the repository at this point in the history
update triggered tests
  • Loading branch information
maxulysse authored Feb 16, 2024
2 parents 3f7912a + f180172 commit a5e892b
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 17 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@ jobs:
NXF_VER:
- "23.04.0"
- "latest-everything"
exclude:
- tags: "sentieon/bwamem"
- tags: "sentieon/dedup"
- tags: "sentieon/dnascope"
- tags: "sentieon/dnascope_joint_germline"
- tags: "sentieon/dnascope_skip_filter"
- tags: "sentieon/haplotyper"
- tags: "sentieon/haplotyper_joint_germline"
- tags: "sentieon/haplotyper_skip_filter"
env:
NXF_ANSI_LOG: false
TEST_DATA_BASE: "${{ github.workspace }}/test-datasets"
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#1335](https://github.com/nf-core/sarek/pull/1335) - Add index computation of `bcftools_annotations`, if not provided
- [#1340](https://github.com/nf-core/sarek/pull/1340) - Adds Azure test profiles and megatests.
- [#1372](https://github.com/nf-core/sarek/pull/1372) - Add NCBench test profile for Agilent datasets
- [#1409](https://github.com/nf-core/sarek/pull/1409) - Add params `modules_testdata_base_path` to test profile

### Changed

Expand All @@ -22,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#1359](https://github.com/nf-core/sarek/pull/1359) - Removing params usage from local modules
- [#1359](https://github.com/nf-core/sarek/pull/1359) - Removing params usage from local subworkflows
- [#1360](https://github.com/nf-core/sarek/pull/1360) - Sync `TEMPLATE` with `tools` `2.11`
- [#1411](https://github.com/nf-core/sarek/pull/1411) - Temporally disable sentieon related tests

### Fixed

Expand Down
8 changes: 4 additions & 4 deletions tests/config/pytesttags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ sentieon/dnascope:
- tests/csv/3.0/mapped_single_bam.csv
- tests/test_sentieon_dnascope.yml

sentieon_dnascope_skip_filter:
sentieon/dnascope_skip_filter:
- conf/modules/sentieon_dnascope.config
- modules/nf-core/sentieon/dnascope/**
- modules/nf-core/gatk4/mergevcfs/**
Expand Down Expand Up @@ -355,7 +355,7 @@ sentieon/haplotyper:
- tests/csv/3.0/mapped_single_bam.csv
- tests/test_sentieon_haplotyper.yml

sentieon_haplotyper_skip_filter:
sentieon/haplotyper_skip_filter:
- conf/modules/sentieon_haplotyper.config
- modules/nf-core/sentieon/haplotyper/**
- modules/nf-core/gatk4/mergevcfs/**
Expand Down Expand Up @@ -390,7 +390,7 @@ joint_germline:
- tests/test_joint_germline.yml

## sentieon_dnascope_joint_germline
sentieon_dnascope_joint_germline:
sentieon/dnascope_joint_germline:
- conf/modules/prepare_genome.config
- conf/modules/sentieon_dnascope.config
- conf/modules/sentieon_dnascope_joint_germline.config
Expand All @@ -401,7 +401,7 @@ sentieon_dnascope_joint_germline:
- tests/test_sentieon_dnascop_joint_germline.yml

## sentieon_haplotyper_joint_germline
sentieon_haplotyper_joint_germline:
sentieon/haplotyper_joint_germline:
- conf/modules/prepare_genome.config
- conf/modules/sentieon_haplotyper.config
- conf/modules/sentieon_haplotyper_joint_germline.config
Expand Down
4 changes: 2 additions & 2 deletions tests/test_sentieon_dnascope_joint_germline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
command: nextflow run main.nf -profile test_cache,targeted,software_license --sentieon_extension --input ./tests/csv/3.0/mapped_joint_bam.csv --tools sentieon_dnascope --step variant_calling --joint_germline --outdir results --sentieon_dnascope_emit_mode gvcf
tags:
- germline
- sentieon_dnascope_joint_germline
- sentieon/dnascope_joint_germline
- variant_calling
files:
- path: results/csv/variantcalled.csv
Expand Down Expand Up @@ -64,7 +64,7 @@
command: nextflow run main.nf -profile test_cache,targeted,software_license --sentieon_extension --input ./tests/csv/3.0/mapped_joint_bam.csv --tools sentieon_dnascope --step variant_calling --joint_germline --outdir results --sentieon_dnascope_emit_mode gvcf --nucleotides_per_second 100
tags:
- germline
- sentieon_dnascope_joint_germline
- sentieon/dnascope_joint_germline
- variant_calling
files:
- path: results/csv/variantcalled.csv
Expand Down
4 changes: 2 additions & 2 deletions tests/test_sentieon_dnascope_skip_filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
command: nextflow run main.nf -profile test_cache,targeted,software_license --sentieon_extension --input ./tests/csv/3.0/mapped_single_bam.csv --tools sentieon_dnascope --step variant_calling --skip_tools dnascope_filter --outdir results
tags:
- germline
- sentieon_dnascope_skip_filter
- sentieon/dnascope_skip_filter
- variant_calling
files:
- path: results/csv/variantcalled.csv
Expand Down Expand Up @@ -46,7 +46,7 @@
command: nextflow run main.nf -profile test_cache,targeted,software_license --sentieon_extension --input ./tests/csv/3.0/mapped_single_bam.csv --tools sentieon_dnascope --step variant_calling --skip_tools dnascope_filter --no_intervals --outdir results
tags:
- germline
- sentieon_dnascope_skip_filter
- sentieon/dnascope_skip_filter
- no_intervals
- variant_calling
files:
Expand Down
8 changes: 3 additions & 5 deletions tests/test_sentieon_haplotyper_joint_germline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
command: nextflow run main.nf -profile test_cache,software_license,targeted --sentieon_extension --input ./tests/csv/3.0/mapped_joint_bam.csv --tools sentieon_haplotyper --step variant_calling --joint_germline --outdir results --sentieon_haplotyper_emit_mode gvcf
tags:
- germline
- sentieon_haplotyper_joint_germline
- sentieon/haplotyper_joint_germline
- variant_calling
- sentieon/haplotyper
files:
- path: results/csv/variantcalled.csv
md5sum: 6ec10f6455c2b5290c7f6fc687c529ca
Expand Down Expand Up @@ -53,9 +52,8 @@
command: nextflow run main.nf -profile test_cache,software_license,targeted --sentieon_extension --input ./tests/csv/3.0/mapped_joint_bam.csv --tools sentieon_haplotyper --step variant_calling --joint_germline --outdir results --sentieon_haplotyper_emit_mode gvcf --nucleotides_per_second 100
tags:
- germline
- sentieon_haplotyper_joint_germline
- sentieon/haplotyper_joint_germline
- variant_calling
- sentieon/haplotyper
files:
- path: results/csv/variantcalled.csv
md5sum: 6ec10f6455c2b5290c7f6fc687c529ca
Expand Down Expand Up @@ -102,7 +100,7 @@
command: nextflow run main.nf -profile test_cache,software_license,tools_germline --sentieon_extension --input ./tests/csv/3.0/mapped_joint_bam.csv --tools sentieon_haplotyper --step variant_calling --joint_germline --outdir results --sentieon_haplotyper_emit_mode gvcf -stub-run
tags:
- germline
- sentieon_haplotyper_joint_germline
- sentieon/haplotyper_joint_germline
- variant_calling
- vqsr
files:
Expand Down
6 changes: 2 additions & 4 deletions tests/test_sentieon_haplotyper_skip_filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
command: nextflow run main.nf -profile test_cache,software_license,targeted --sentieon_extension --input ./tests/csv/3.0/mapped_single_bam.csv --tools sentieon_haplotyper --step variant_calling --skip_tools haplotyper_filter --outdir results
tags:
- germline
- sentieon_haplotyper_skip_filter
- sentieon/haplotyper_skip_filter
- variant_calling
- sentieon/haplotyper
files:
- path: results/csv/variantcalled.csv
md5sum: e08d6aa77d914bc2c933e70696b74cdd
Expand Down Expand Up @@ -48,10 +47,9 @@
command: nextflow run main.nf -profile test_cache,software_license,targeted --sentieon_extension --input ./tests/csv/3.0/mapped_single_bam.csv --tools sentieon_haplotyper --step variant_calling --skip_tools haplotyper_filter --no_intervals --outdir results
tags:
- germline
- sentieon_haplotyper_skip_filter
- sentieon/haplotyper_skip_filter
- no_intervals
- variant_calling
- sentieon/haplotyper
files:
- path: results/csv/variantcalled.csv
md5sum: e08d6aa77d914bc2c933e70696b74cdd
Expand Down

0 comments on commit a5e892b

Please sign in to comment.