Created
March 18, 2019 09:53
-
-
Save fo40225/b3a091fd50061a013cb6e86ab98fcb6d to your computer and use it in GitHub Desktop.
run DELLY2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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