Skip to content

dfguan/vcpipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VariantCalling Pipe

Bash Script and Snakefile to call variations using GATK

Dependency

  • picard
  • gatk
  • samtools
  • snakemake
Usage
1. Run cfg.py to generate config.json for Snakefile
2. Run snakemake --cores N to do variant calling (N is required for running on lsf) 
cfg.py
python cfg.py wd DIR SUFFIX KEY  # add files through wildcard
python cfg.py ad KEY VALUE # add files through their paths 
snakefile
snakemake --cores N 

About

variant calling pipeline for cicilid fish

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published