-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprocessing_description.v1.3.txt
24 lines (20 loc) · 1.16 KB
/
processing_description.v1.3.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Somatic SV Workflow
Version 1.3
- Additional output written in bedpe format
- conversion of VCF to bedpe performed with `svtools vcftobedpe`
- svtools v0.5.1 https://github.com/hall-lab/svtools
Version 1.2
- Manta 1.6.0
- note, all results associated with v1.2, which used image mwyczalkowski/somatic_sv:20200518, was in fact Manta 1.6.0 rather
than 1.4.0 as was previously indicated
- Filters: Only select the variants from somaticSV.vcf.gz output which pass the following criteria:
- Sample site depth is less than 3x the median chromosome depth near one or both variant breakends
- Somatic score is greater than 30
- For a small variant (<1000 bases) in the normal sample, the fraction of reads with MAPQ0 around either breakend doesn't exceed 0.4
- BAM files `evidence_0` and `evidence_1` generated with Manta argument `--generateEvidenceBam`
Version 1.1
- Manta 1.4.0 with tumor and normal sequence data
- Filtering as in v1.2, no BAM evidence files returned
[Manta](https://github.com/Illumina/manta/blob/master/docs/userGuide/README.md)
[GitHub](https://github.com/ding-lab/SomaticSV.git)
Contact Matt Wyczalkowski ([email protected]) with questions