I'm using Ubuntu 22.04 and cannot compile Sibeliaz:
In file included from /.../software/SibeliaZ/TwoPaCo/src/graphdump/graphdump.cpp:17:
/.../software/SibeliaZ/TwoPaCo/src/graphdump/../common/streamfastaparser.h:8:10: fatal error: tbb/mutex.h: No such file or directory
8 | #include <tbb/mutex.h>
| ^~~~~~~~~~~~~
The problem with with the TwoPaCo submodule and is related to this bug report:
medvedevgroup/TwoPaCo#28
If I'm reading that report correctly, the only way to us Sibeliaz would be to somehow apply a patch from the pufferfish repo. I that correct?