Skip to content

Commit 2468f30

Browse files
authored
Merge pull request #231 from uclahs-cds/jarbet-release-8-1-0
release 8.1.0
2 parents de25154 + 2615e8d commit 2468f30

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

1010
## [Unreleased]
11+
12+
### Changed
13+
14+
### Added
15+
16+
## [8.1.0] - 2022-08-01
1117
### Changed
1218
- Fix `sort_order` definition
1319
- Remove `run_index_SAMtools`, output index during `run_merge_SAMtools` instead

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ manifest {
22
name = "align-DNA"
33
author = "Benjamin Carlin; Chenghao Zhu; Aaron Holmes; Yash Patel; Nicole Zeltser; Jieun Oh; Jaron Arbet"
44
description = "alignment pipeline for paired fastqs DNA samples"
5-
version = "8.0.0"
5+
version = "8.1.0"
66
}

0 commit comments

Comments
 (0)