Germline mutations detection pipeline for long reads
- conf/config.yaml (control the software you want to use)
- conf/reference.yaml (configure the reference you want to use)
- conf/cluster.yaml (configure the threads for each rule )
- conf/samples.yaml (configure the samples you want to run)
- rules/software.smk (configure the absolute path of your software)
nohup snakemake -s tgsGermlineMutPipe.smk -j 10 -k --ri >sublog 2>&1 &
nohup snakemake -s tgsGermlineMutPipe.smk -j 10 -k --ri --cluster "qsub -l nodes=1:ppn=20 -l walltime=999:00:00" >sublog 2>&1 &
- deepvaraint
- cuteSV
- sniffles
- pbsv
- SVision
- ...
If you want to apply other tools to mutations with long reads, we encourage you to pull a request or email us.
Jia P, Dong L, Yang X, Wang B, Wang T, Lin J, Wang S, Zhao X, Xu T, Che Y, et al: Haplotype-resolved assemblies and variant benchmark of a Chinese Quartet. bioRxiv 2022:2022.2009.2008.504083. PDF
- Peng Jia at Xi'an Jiaotong University (pengjia@stu.xjtu.edu.cn)