Skip to content

Commit de1081b

Browse files
authored
Merge pull request #184 from uclahs-cds/nzeltser-release-8.0.0
release version 8.0.0
2 parents 7d6f8b6 + 116a32f commit de1081b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ 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+
## [8.0.0] - 2022-03-22
1113
### Changed
12-
- Update `.gitignore` file according to [template] (https://github.com/uclahs-cds/template-NextflowPipeline/blob/main/.gitignore)
14+
- Update `.gitignore` file according to [template](https://github.com/uclahs-cds/template-NextflowPipeline/blob/main/.gitignore)
1315
- Standardize output and log directory structure
1416
- Update index file extension from all processes to .bam.bai
1517
- Standardize config files

pipeline/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"
44
description = "alignment pipeline for paired fastqs DNA samples"
5-
version = "7.3.1"
5+
version = "8.0.0"
66
}

0 commit comments

Comments
 (0)