Skip to content

Commit

Permalink
fix intervals file
Browse files Browse the repository at this point in the history
  • Loading branch information
FriederikeHanssen committed Jan 11, 2024
1 parent 78b46de commit 504cfec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#1345](https://github.com/nf-core/sarek/pull/1345) - Preserve STDERR for easier debugging
- [#1351](https://github.com/nf-core/sarek/pull/1351) - Fix params name for test profiles (`bcftools_annotations`)
- [#1357](https://github.com/nf-core/sarek/pull/1364) - Fixed bug where samples were dropped while reconstituting BAM files
- [#1373](https://github.com/nf-core/sarek/pull/1373) - Add `chr` prefix to NCBench bed file & enable trimming

### Removed

Expand Down
3 changes: 2 additions & 1 deletion conf/test_full_germline_ncbench_agilent.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ params {

// Other params
tools = 'strelka,freebayes,haplotypecaller,deepvariant,manta,vep,snpeff'
intervals = 'https://zenodo.org/record/6513789/files/Agilent_v7.bed'
intervals = 's3://ngi-igenomes/test-data/sarek/Agilent_v7.bed'
wes = true
trim_fastq = true
}

0 comments on commit 504cfec

Please sign in to comment.