Does cosmo/vari have a working variable-order de Bruijn graph implementation? I was able to build succinct de Bruijn graph using cosmo (not variable order) with KMC2 input, but could not make it work with variable order. It looks like it has an option to build cosmo in variable order with DSK input, but it does not work for me.