https://github.com/ekg/freebayes
Raw File
Tip revision: f2ddf08cb897903742a924dadd01a8685fce8dfb authored by Erik Garrison on 08 October 2019, 12:12:06 UTC
avoid frequent recomputation of the alignment endposition
Tip revision: f2ddf08
.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