Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mootor authored and Mootor committed Apr 3, 2024
2 parents 1577eb8 + a0c200a commit 607fa67
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/render-puml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Generate PUML diagrams
uses: uclahs-cds/[email protected].0
uses: uclahs-cds/[email protected].1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
ghcr-username: ${{ github.actor }}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Added
- Add supported Nextflow version to `README.md`

### Changed
- Update PlantUML action to `v1.0.1`

### Added
- Add PlantUML diagram

---

## [6.1.0] - 2024-03-12
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ In the above command, the partition type can be changed based on the size of the
## Flow Diagram:

![call-sSV flow diagram](call-sSV-workflow.svg?raw=true)
![call-sSV flow diagram](docs/call-sSV.svg)

## Pipeline Steps:

Expand Down
1 change: 0 additions & 1 deletion call-sSV-workflow.svg

This file was deleted.

35 changes: 35 additions & 0 deletions docs/call-sSV.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
@startuml
skinparam SwimlaneTitleFontStyle bold

start

:==Input
---
Input Matched Tumor/Normal BAMs;
:==Input Validation
---
Validate the input BAMs and corresponding index files;

split
partition "DELLY" {
:==DELLY sSV
---
Call sSVs using DELLY;
:==Query Sample Name
---
Query Tumor/Normal sample names
using BCFtools;
:==Filter sSV
---
Filter out germline SVs using DELLY;
}

split again
partition "Manta" {
:==Manta sSV
---
Call SVs using Manta;
}
end split
stop
@enduml
41 changes: 41 additions & 0 deletions docs/call-sSV.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 607fa67

Please sign in to comment.