Skip to content

Commit 19fe13b

Browse files
authored
Release v10.1.0 (#314)
* Bump version for release * Autofix Nextflow configuration regression tests --------- Co-authored-by: yashpatel6 <[email protected]>
1 parent 18ed205 commit 19fe13b

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ 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+
## [10.1.0] - 2024-05-15
1113
### Changed
1214
- Update Picard version to 3.1.1
1315
- Update BWA-MEM2, HISAT2 images to use SAMTools version 1.17

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 = "10.0.0"
5+
version = "10.1.0"
66
}

test/configtest-F16.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"author": "Benjamin Carlin; Chenghao Zhu; Aaron Holmes; Yash Patel; Nicole Zeltser; Jieun Oh; Jaron Arbet",
3535
"description": "alignment pipeline for paired fastqs DNA samples",
3636
"name": "align-DNA",
37-
"version": "10.0.0"
37+
"version": "10.1.0"
3838
},
3939
"params": {
4040
"aligner": [
@@ -73,15 +73,15 @@
7373
}
7474
]
7575
},
76-
"log_output_dir": "/tmp/outputs/align-DNA-10.0.0/a_mini_n2_picard/log-align-DNA-10.0.0-19970704T165655Z/",
76+
"log_output_dir": "/tmp/outputs/align-DNA-10.1.0/a_mini_n2_picard/log-align-DNA-10.1.0-19970704T165655Z/",
7777
"make_duplicates": true,
7878
"mark_duplicates": true,
7979
"max_cpus": "16",
8080
"max_memory": "31 GB",
8181
"min_cpus": "1",
8282
"min_memory": "1 MB",
8383
"output_dir": "/tmp/outputs",
84-
"output_dir_base": "/tmp/outputs/align-DNA-10.0.0/a_mini_n2_picard",
84+
"output_dir_base": "/tmp/outputs/align-DNA-10.1.0/a_mini_n2_picard",
8585
"picardtools_version": "3.1.1",
8686
"pipeval_version": "4.0.0-rc.2",
8787
"proc_resource_params": {
@@ -285,15 +285,15 @@
285285
},
286286
"report": {
287287
"enabled": true,
288-
"file": "/tmp/outputs/align-DNA-10.0.0/a_mini_n2_picard/log-align-DNA-10.0.0-19970704T165655Z//nextflow-log/report.html"
288+
"file": "/tmp/outputs/align-DNA-10.1.0/a_mini_n2_picard/log-align-DNA-10.1.0-19970704T165655Z//nextflow-log/report.html"
289289
},
290290
"timeline": {
291291
"enabled": true,
292-
"file": "/tmp/outputs/align-DNA-10.0.0/a_mini_n2_picard/log-align-DNA-10.0.0-19970704T165655Z//nextflow-log/timeline.html"
292+
"file": "/tmp/outputs/align-DNA-10.1.0/a_mini_n2_picard/log-align-DNA-10.1.0-19970704T165655Z//nextflow-log/timeline.html"
293293
},
294294
"trace": {
295295
"enabled": true,
296-
"file": "/tmp/outputs/align-DNA-10.0.0/a_mini_n2_picard/log-align-DNA-10.0.0-19970704T165655Z//nextflow-log/trace.txt"
296+
"file": "/tmp/outputs/align-DNA-10.1.0/a_mini_n2_picard/log-align-DNA-10.1.0-19970704T165655Z//nextflow-log/trace.txt"
297297
},
298298
"workDir": "/scratch/8543"
299299
}

0 commit comments

Comments
 (0)