Skip to content

Instantly share code, notes, and snippets.

@fo40225
Created March 18, 2019 09:53
Show Gist options
  • Save fo40225/b3a091fd50061a013cb6e86ab98fcb6d to your computer and use it in GitHub Desktop.
Save fo40225/b3a091fd50061a013cb6e86ab98fcb6d to your computer and use it in GitHub Desktop.
run DELLY2
sudo apt install -y libboost-all-dev
git clone https://github.com/dellytools/delly -b v0.7.9 --recursive
make -j $(nproc)
delly call -g human_g1k_v37_decoy.fasta -o sample.bcf -x human.hg19.excl.tsv -q 20 -s 15 sample.bam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment