Skip to content

Commit

Permalink
add query sample names process; update titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Mootor authored and Mootor committed Apr 2, 2024
1 parent fac8f31 commit d6bb607
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/call-sSV.puml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,24 @@ Validate the input BAMs and corresponding index files;

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

split again
partition "Manta" {
:==call sSV Manta
:==Manta sSV
---
Call SVs using Manta;
}
end split
stop
@enduml
@enduml

0 comments on commit d6bb607

Please sign in to comment.