Skip to content

EichlerLab/read_depth_genotyper

 
 

Repository files navigation

read_depth_genotyper

Get genotypes for regions using WSSD and SUNK

Install

git clone --recursive https://github.com/EichlerLab/read_depth_genotyper.git

alias snakesub='mkdir -p log; snakemake -p --ri --jobname "{rulename}.{jobid}" --drmaa " -P eichlerlab -q eichler-short.q -l h_rt=48:00:00 -l mfree={resources.mem}G -pe serial {threads} -R y -V -cwd -S /bin/bash " --drmaa-log-dir $PWD/log --latency-wait 60'

Genotype

snakesub -j [max_jobs] get_tables

Plot

snakesub -j [max_jobs]

About

Get genotypes for regions using WSSD and SUNK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.5%
  • R 11.5%