Skip to content

Commit

Permalink
Merge pull request #143 from uclahs-cds/yashpatel-release-6.1.0
Browse files Browse the repository at this point in the history
Release `6.1.0`
  • Loading branch information
yashpatel6 authored Mar 13, 2024
2 parents f3a5532 + f083b8d commit 49aeb74
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
---

## [Unreleased]

---

## [6.1.0] - 2024-03-12
### Removed
- Local versions of modularized functions
### Added
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ manifest {
name = "call-sSV"
author = "Yu Pan, Ghouse Mohammed, Mohammed Faizal Eeman Mootor"
description = "A pipeline to call somatic SVs utilizing Delly and Manta"
version = "6.0.0"
version = "6.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, Ghouse Mohammed, Mohammed Faizal Eeman Mootor",
"description": "A pipeline to call somatic SVs utilizing Delly and Manta",
"name": "call-sSV",
"version": "6.0.0"
"version": "6.1.0"
},
"params": {
"algorithm": [
Expand Down Expand Up @@ -72,7 +72,7 @@
]
}
},
"log_output_dir": "/tmp/outputs/call-sSV-6.0.0/610093/log-call-sSV-6.0.0-19970704T165655Z",
"log_output_dir": "/tmp/outputs/call-sSV-6.1.0/610093/log-call-sSV-6.1.0-19970704T165655Z",
"mad_cutoff": "15",
"manta_version": "1.6.0",
"map_qual": "20",
Expand All @@ -82,7 +82,7 @@
"min_cpus": "1",
"min_memory": "1 MB",
"output_dir": "/tmp/outputs",
"output_dir_base": "/tmp/outputs/call-sSV-6.0.0/610093",
"output_dir_base": "/tmp/outputs/call-sSV-6.1.0/610093",
"pipeval_version": "4.0.0-rc.2",
"proc_resource_params": {
"call_sSV_Delly": {
Expand Down Expand Up @@ -360,18 +360,18 @@
},
"report": {
"enabled": true,
"file": "/tmp/outputs/call-sSV-6.0.0/610093/log-call-sSV-6.0.0-19970704T165655Z/nextflow-log/report.html"
"file": "/tmp/outputs/call-sSV-6.1.0/610093/log-call-sSV-6.1.0-19970704T165655Z/nextflow-log/report.html"
},
"sample": [
"610093"
],
"timeline": {
"enabled": true,
"file": "/tmp/outputs/call-sSV-6.0.0/610093/log-call-sSV-6.0.0-19970704T165655Z/nextflow-log/timeline.html"
"file": "/tmp/outputs/call-sSV-6.1.0/610093/log-call-sSV-6.1.0-19970704T165655Z/nextflow-log/timeline.html"
},
"trace": {
"enabled": true,
"file": "/tmp/outputs/call-sSV-6.0.0/610093/log-call-sSV-6.0.0-19970704T165655Z/nextflow-log/trace.txt"
"file": "/tmp/outputs/call-sSV-6.1.0/610093/log-call-sSV-6.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/523557",
Expand Down

0 comments on commit 49aeb74

Please sign in to comment.