Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 6.1.0 #143

Merged
merged 4 commits into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading