At least MMseqs2 can be used as a submodule to reduce the amount of code inside the directory (also it's friendlier to git's diff system)
Since we need to modify the code base of block-aligner a little bit (need to instruct it to build static library and integrate cargo into cmake build system), we might still need git subtree to include it.
At least
MMseqs2
can be used as a submodule to reduce the amount of code inside the directory (also it's friendlier togit
's diff system) Since we need to modify the code base ofblock-aligner
a little bit (need to instruct it to build static library and integratecargo
intocmake
build system), we might still needgit subtree
to include it.