-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
84 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.