Skip to content

Commit ebe5c97

Browse files
authored
Merge pull request #248 from uclahs-cds/jarbet-release
release 9.0.0
2 parents fe5db8a + aee8e43 commit ebe5c97

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
99

1010
## [Unreleased]
1111

12+
### Changed
13+
14+
### Added
15+
16+
## [9.0.0] - 2022-10-28
1217
### Changed
1318
- Change to github packages instead of dockerhub
1419
- Standardize intermediate and output filenames using [generate_standardized_filename](https://github.com/uclahs-cds/pipeline-Nextflow-module/tree/main/modules/common/generate_standardized_filename)

metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Contributors: ["Benjamin Carlin", "Chenghao Zhu", "Aaron Holmes", "Takafumi Yama
66
Languages: ["Nextflow", "Docker"]
77
Dependencies: ["Java", "Nextflow", "Docker"]
88
References: "https://uclahs.box.com/s/qfzr99sc8ntmfddn30ii62wx4273utoz"
9-
Tools: ["BWA-MEM2 2.2.1", "HISAT2 2.2.1", "SAMTools 1.12", "Picard Tools 2.26.10"]
9+
Tools: ["BWA-MEM2 2.2.1", "HISAT2 2.2.1", "SAMTools 1.15.1", "Picard Tools 2.26.10"]
1010
Engineering_Owner: "Aaron Holmes"
1111
Scientific_Owner: "Takafumi Yamaguchi"

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.1.0"
5+
version = "9.0.0"
66
}

0 commit comments

Comments
 (0)