https://github.com/ekg/freebayes
Raw File
Tip revision: ce156da6991f3c349ae85eb4336f3cdb3e888e2d authored by Pjotr Prins on 13 December 2020, 13:19:12 UTC
Release v1.3.3
Tip revision: ce156da
.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 "contrib/htslib"]
	path = contrib/htslib
	url = https://github.com/samtools/htslib.git
back to top