Skip to content

Instantly share code, notes, and snippets.

View tlangs's full-sized avatar
🚴‍♂️

Trevyn Langsford tlangs

🚴‍♂️
  • Broad Institute
  • Cambridge, MA
View GitHub Profile
## Copyright Broad Institute, 2016
##
## This WDL pipeline implements data pre-processing and initial variant calling (GVCF
## generation) according to the GATK Best Practices (June 2016) for germline SNP and
## Indel discovery in human whole-genome sequencing (WGS) data.
##
## Requirements/expectations :
## - Human whole-genome pair-end sequencing data in unmapped BAM (uBAM) format
## - One or more read groups, one per uBAM file, all belonging to a single sample (SM)
## - Input uBAM files must additionally comply with the following requirements:

Keybase proof

I hereby claim:

  • I am tlangs on github.
  • I am tjridesbikes (https://keybase.io/tjridesbikes) on keybase.
  • I have a public key whose fingerprint is 15DF 19F6 6D83 FB4F 86A5 BE7D FB26 7D40 4DB0 A9EF

To claim this, I am signing this object:

#!/bin/bash
# chkconfig: 345 20 80
# description: Play start/shutdown script
# processname: play
#
# Instalation:
# copy file to /etc/init.d
# chmod +x /etc/init.d/play
# chkconfig --add /etc/init.d/play
# chkconfig play on