File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ 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
+ ## [ 10.1.0] - 2024-05-15
11
13
### Changed
12
14
- Update Picard version to 3.1.1
13
15
- Update BWA-MEM2, HISAT2 images to use SAMTools version 1.17
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; Jaron Arbet"
4
4
description = " alignment pipeline for paired fastqs DNA samples"
5
- version = " 10.0 .0"
5
+ version = " 10.1 .0"
6
6
}
Original file line number Diff line number Diff line change 34
34
"author" : " Benjamin Carlin; Chenghao Zhu; Aaron Holmes; Yash Patel; Nicole Zeltser; Jieun Oh; Jaron Arbet" ,
35
35
"description" : " alignment pipeline for paired fastqs DNA samples" ,
36
36
"name" : " align-DNA" ,
37
- "version" : " 10.0 .0"
37
+ "version" : " 10.1 .0"
38
38
},
39
39
"params" : {
40
40
"aligner" : [
73
73
}
74
74
]
75
75
},
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/" ,
77
77
"make_duplicates" : true ,
78
78
"mark_duplicates" : true ,
79
79
"max_cpus" : " 16" ,
80
80
"max_memory" : " 31 GB" ,
81
81
"min_cpus" : " 1" ,
82
82
"min_memory" : " 1 MB" ,
83
83
"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" ,
85
85
"picardtools_version" : " 3.1.1" ,
86
86
"pipeval_version" : " 4.0.0-rc.2" ,
87
87
"proc_resource_params" : {
285
285
},
286
286
"report" : {
287
287
"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"
289
289
},
290
290
"timeline" : {
291
291
"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"
293
293
},
294
294
"trace" : {
295
295
"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"
297
297
},
298
298
"workDir" : " /scratch/8543"
299
299
}
You can’t perform that action at this time.
0 commit comments