[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://github.com/isovic/racon
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[submodule "vendor/ClaraGenomicsAnalysis"]
	url = https://github.com/clara-genomics/ClaraGenomicsAnalysis
[submodule "vendor/bioparser"]
	url = https://github.com/rvaser/bioparser
[submodule "vendor/edlib"]
	url = https://github.com/martinsos/edlib
[submodule "vendor/googletest"]
	url = https://github.com/google/googletest
[submodule "vendor/logger"]
	url = https://github.com/rvaser/logger
[submodule "vendor/rampler"]
	url = https://github.com/rvaser/rampler
[submodule "vendor/spoa"]
	url = https://github.com/rvaser/spoa
[submodule "vendor/thread_pool"]
	url = https://github.com/rvaser/thread_pool
