Skip to content

Commit

Permalink
Resolve intervals path (#160)
Browse files Browse the repository at this point in the history
* Resolve intervals before split

* Bump version to 10.0.1
  • Loading branch information
yashpatel6 authored Apr 16, 2024
1 parent f42b9ae commit d93a6e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
---

## [Unreleased]

---

## [10.0.1] - 2024-04-15
### Changed
- Replace workflow diagram with PlantUML version
- Update PlantUML action to v1.0.1
### Fixed
- Resolve intervals before splitting to allow for index discovery

---

Expand Down
2 changes: 1 addition & 1 deletion module/split-intervals.nf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ process run_SplitIntervals_GATK {
set -euo pipefail
gatk SplitIntervals \
-R ${reference} \
-L ${intervals} \
-L "\$(realpath ${intervals})" \
--scatter-count ${params.scatter_count} \
${subdivision_mode} \
${params.split_intervals_extra_args} \
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ manifest {
name = 'call-gSNP'
author = ["Yash Patel", "Shu Tao", "Stefan Eng"]
description = 'Nextflow pipeline to call germline short variants in single or normal-tumour paired mode'
version = '10.0.0'
version = '10.0.1'
}

0 comments on commit d93a6e2

Please sign in to comment.