Skip to content

Commit

Permalink
Release v5.1.0 (#151)
Browse files Browse the repository at this point in the history
* bump version 5.1.0

* Update CHANGELOG.md

* Autofix Nextflow configuration regression tests

---------

Co-authored-by: Mootor <mmootor@ip-0A125967.rhxrlfvjyzbupc03cc22jkch3c.xx.internal.cloudapp.net>
Co-authored-by: Faizal-Eeman <[email protected]>
  • Loading branch information
3 people authored Jun 10, 2024
1 parent 1c012b5 commit 994f46d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to the call-gSV pipeline.

## [Unreleased]

---

## [5.1.0] - 2024-06-10
### Changed
- Use HG003 as test sample for NFTest
- Update Nextflow configuration test workflows
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ manifest {
name = 'call-gSV'
author = 'Yu Pan, Tim Sanders, Yael Berkovich, Mohammed Faizal Eeman Mootor'
description = 'A pipeline to call germline structural variants utilizing Delly and Manta'
version = '5.0.0'
version = '5.1.0'
}
12 changes: 6 additions & 6 deletions test/configtest-F16.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"author": "Yu Pan, Tim Sanders, Yael Berkovich, Mohammed Faizal Eeman Mootor",
"description": "A pipeline to call germline structural variants utilizing Delly and Manta",
"name": "call-gSV",
"version": "5.0.0"
"version": "5.1.0"
},
"params": {
"GCNV": "gCNV",
Expand Down Expand Up @@ -70,7 +70,7 @@
]
}
},
"log_output_dir": "/tmp/test-only-outputs/call-gSV-5.0.0/8675309/log-call-gSV-5.0.0-19970704T165655Z",
"log_output_dir": "/tmp/test-only-outputs/call-gSV-5.1.0/8675309/log-call-gSV-5.1.0-19970704T165655Z",
"manta_version": "1.6.0",
"map_qual": "20",
"mappability_map": "/hot/ref/tool-specific-input/Delly/GRCh38/Homo_sapiens.GRCh38.dna.primary_assembly.fa.r101.s501.blacklist.gz",
Expand All @@ -79,7 +79,7 @@
"min_cpus": "1",
"min_memory": "1 MB",
"output_dir": "/tmp/test-only-outputs",
"output_dir_base": "/tmp/test-only-outputs/call-gSV-5.0.0/8675309",
"output_dir_base": "/tmp/test-only-outputs/call-gSV-5.1.0/8675309",
"pipeval_version": "4.0.0-rc.2",
"proc_resource_params": {
"call_gCNV_Delly": {
Expand Down Expand Up @@ -368,15 +368,15 @@
},
"report": {
"enabled": true,
"file": "/tmp/test-only-outputs/call-gSV-5.0.0/8675309/log-call-gSV-5.0.0-19970704T165655Z/nextflow-log/report.html"
"file": "/tmp/test-only-outputs/call-gSV-5.1.0/8675309/log-call-gSV-5.1.0-19970704T165655Z/nextflow-log/report.html"
},
"timeline": {
"enabled": true,
"file": "/tmp/test-only-outputs/call-gSV-5.0.0/8675309/log-call-gSV-5.0.0-19970704T165655Z/nextflow-log/timeline.html"
"file": "/tmp/test-only-outputs/call-gSV-5.1.0/8675309/log-call-gSV-5.1.0-19970704T165655Z/nextflow-log/timeline.html"
},
"trace": {
"enabled": true,
"file": "/tmp/test-only-outputs/call-gSV-5.0.0/8675309/log-call-gSV-5.0.0-19970704T165655Z/nextflow-log/trace.txt"
"file": "/tmp/test-only-outputs/call-gSV-5.1.0/8675309/log-call-gSV-5.1.0-19970704T165655Z/nextflow-log/trace.txt"
},
"tz": "sun.util.calendar.ZoneInfo[id=\"UTC\",offset=0,dstSavings=0,useDaylight=false,transitions=0,lastRule=null]",
"workDir": "/scratch/300935"
Expand Down

0 comments on commit 994f46d

Please sign in to comment.