Skip to content

Commit

Permalink
Merge pull request #1039 from maxulysse/concatenate_singularity
Browse files Browse the repository at this point in the history
Remove concatenate_vcfs tests with singularity
  • Loading branch information
FriederikeHanssen authored May 25, 2023
2 parents 3bc3a1d + cc29ea3 commit 9b933a1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
32 changes: 17 additions & 15 deletions .github/workflows/pytest-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,26 +40,28 @@ jobs:
- "22.10.1"
- "latest-everything"
exclude:
- profile: "conda"
tags: umi
- profile: "conda"
tags: deepvariant
- profile: "conda"
tags: haplotypecaller
- profile: "conda"
tags: merge
- profile: "conda"
tags: snpeff
- profile: "conda"
tags: vep
- profile: "conda"
# - profile: "conda"
# tags: concatenate_vcfs
# - profile: "conda"
# tags: deepvariant
# - profile: "conda"
# tags: haplotypecaller
# - profile: "conda"
# tags: merge
# - profile: "conda"
# tags: snpeff
# - profile: "conda"
# tags: umi
# - profile: "conda"
# tags: validation_checks
# - profile: "conda"
# tags: vep
- profile: "singularity"
tags: concatenate_vcfs
- profile: "singularity"
tags: merge
- profile: "singularity"
tags: validation_checks
- profile: "conda"
tags: validation_checks
env:
NXF_ANSI_LOG: false
TEST_DATA_BASE: "${{ github.workspace }}/test-datasets"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#998](https://github.com/nf-core/sarek/pull/998) - Remove parallelization within a sample for `Manta`
- [#1014](https://github.com/nf-core/sarek/pull/1014) - Fix calls to `ensemblvep` and `snpeff` containers
- [#1022](https://github.com/nf-core/sarek/pull/1022) - Fix call to variantrecalibrator. (Making sure that dbsnp_vqsr, known_indels_vqsr and known_snps_vqsr are channels, and not strings.)
- [#1039](https://github.com/nf-core/sarek/pull/1039) - Remove concatenate_vcfs tests with singularity, as they are failing due to not enough space on GHA runners

### Deprecated

Expand Down

0 comments on commit 9b933a1

Please sign in to comment.