File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
8
8
This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
9
9
10
10
## [ Unreleased]
11
+
12
+ ## [ 8.0.0] - 2022-03-22
11
13
### 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 )
13
15
- Standardize output and log directory structure
14
16
- Update index file extension from all processes to .bam.bai
15
17
- Standardize config files
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ manifest {
2
2
name = " align-DNA"
3
3
author = " Benjamin Carlin; Chenghao Zhu; Aaron Holmes; Yash Patel; Nicole Zeltser; Jieun Oh"
4
4
description = " alignment pipeline for paired fastqs DNA samples"
5
- version = " 7.3.1 "
5
+ version = " 8.0.0 "
6
6
}
You can’t perform that action at this time.
0 commit comments