https://github.com/ekg/freebayes
Raw File
Tip revision: a676799f5a64c286b3508997bd3cfe92ed4f759b authored by Erik Garrison on 07 January 2020, 17:28:13 UTC
be more sensitive to variant input
Tip revision: a676799
.gitmodules
[submodule "bamtools"]
	path = bamtools
	url = https://github.com/ekg/bamtools.git
[submodule "intervaltree"]
	path = intervaltree
	url = https://github.com/ekg/intervaltree.git
[submodule "test/test-simple-bash"]
	path = test/test-simple-bash
	url = https://github.com/ingydotnet/test-simple-bash.git
[submodule "bash-tap"]
	path = test/bash-tap
	url = https://github.com/illusori/bash-tap.git
[submodule "vcflib"]
	path = vcflib
	url = https://github.com/vcflib/vcflib.git
[submodule "SeqLib"]
	path = SeqLib
	url = https://github.com/walaj/SeqLib.git
back to top