Skip to content

Commit

Permalink
Release 5.0.0 (#96)
Browse files Browse the repository at this point in the history
* Update README.md

* Update version in nextflow.config

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: Mootor <mmootor@ip-0A125238.rhxrlfvjyzbupc03cc22jkch3c.xx.internal.cloudapp.net>
  • Loading branch information
Faizal-Eeman and Mootor authored Jan 27, 2023
1 parent 23243d7 commit e2eccf7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

---

## [5.0.0] - 2023-01-27
### Changed
- Update `README.md` for release `5.0.0`
- Perform additional test to release `5.0.0`

---

## [5.0.0-rc.1] - 2023-01-24
### Changed
- Update `README.md` for release `5.0.0-rc.1`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ This step requires an aligned and sorted tumor sample BAM file and a matched nor
The input CSV should have each of the input fields listed below as separate columns, using the same order and comma as column separator. An example of the input CSV can be found [here](input/call-sSV-input.csv).

| Input | Type | Required | Description |
|--- | --- | --- |
|--- | --- | --- | --- |
| normal_bam | string | yes | Absolute path to the normal sample `.bam` file |
| tumor_bam | string | yes | Absolute path to the tumor sample `.bam` file |

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"
version = "5.0.0-rc.1"
version = "5.0.0"
}

0 comments on commit e2eccf7

Please sign in to comment.