Skip to content

Commit

Permalink
Merge pull request #1463 from maxulysse/fix_spark_MD
Browse files Browse the repository at this point in the history
fix(CI): add spark profile to all spark tests
  • Loading branch information
maxulysse authored Apr 13, 2024
2 parents 3c70f34 + 5659d3d commit 63bc017
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Balgattjåhkkå is the other top peak (over 2k m) in the Pårte massif, the othe
- [#1420](https://github.com/nf-core/sarek/pull/1420) - Make `-a` a default argument for `bcftools` concat
- [#1422](https://github.com/nf-core/sarek/pull/1422) - Fix `Cannot serialize context map` warning
- [#1462](https://github.com/nf-core/sarek/pull/1462) - Fix ascat input channels
- [#1463](https://github.com/nf-core/sarek/pull/1463) - Add `spark` profile to all gatk4spark tests

### Removed

Expand Down
4 changes: 2 additions & 2 deletions tests/test_gatk4spark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
- path: results/preprocessing/mapped/
should_exist: false
- name: Run default pipeline with gatk4spark and skipping all QC steps
command: nextflow run main.nf -profile test_cache,use_gatk_spark --skip_tools fastqc,markduplicates_report,mosdepth,multiqc,samtools --outdir results
command: nextflow run main.nf -profile test_cache,use_gatk_spark,spark --skip_tools fastqc,markduplicates_report,mosdepth,multiqc,samtools --outdir results
tags:
- gatk4spark
- preprocessing
Expand Down Expand Up @@ -82,7 +82,7 @@
- path: results/reports/samtools
should_exist: false
- name: Run save_output_as_bam with gatk4 spark
command: nextflow run main.nf -profile test_cache,use_gatk_spark --save_output_as_bam --outdir results
command: nextflow run main.nf -profile test_cache,use_gatk_spark,spark --save_output_as_bam --outdir results
tags:
- gatk4spark
- preprocessing
Expand Down

0 comments on commit 63bc017

Please sign in to comment.