代码地址
https://jihulab.com/BioQuest/smkhss
https://github.com/BioQuestX/smkhss
GATK best practices workflow Pipeline summary
SnakeMake workflow for Human Somatic short variants (SNP+INDEL)
Matched normal and tumor samples.
Annotate variant calls with VEP (VEP)
├── config
│ ├── captured_regions.bed
│ ├── config.yaml
│ └── samples.tsv
├── dag.svg
├── logs
│ ├── annotate
│ ├── call
│ ├── prepare
│ ├── qc
│ ├── ref
│ └── trim
├── raw
│ ├── P1.N.fastq.gz
│ └── P1.T.fastq.gz
├── report
│ ├── fastp_multiqc_data
│ ├── fastp_multiqc.html
│ ├── P1.N.fastp.html
│ ├── P1.N.fastp.json
│ ├── P1.T.fastp.html
│ ├── P1.T.fastp.json
│ ├── prepare_multiqc_data
│ ├── prepare_multiqc.html
│ └── vep_report.html
├── results
│ ├── annotated
│ ├── called
│ ├── prepared
│ └── trimmed
└── workflow
├── envs
├── report
├── rules
├── schemas
├── scripts
└── Snakefile
https://gatk.broadinstitute.org/hc/en-us/articles/360035894731-Somatic-short-variant-discovery-SNVs-Indels-
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。