Hi all,
I'm exploring GATB with the idea of potentially replacing our custom assembly graph implementation with this wonderful library. As often the case, instead of creating an overlap graph from scratch (i.e. the reads), I'd like to jump in in the middle and import a set of 3rd-party unitigs and possibly paired-end mapping information to create a contig graph that would include both inter-node overlaps (as edges) and long-range scaffolding (as gaps). I could create a GFA2 file with all that info and convert to HDF5, but I wasn't sure from the documentation if that would be enough. It states that it must be "a '.h5' file is created using dbgh5 program provided with GATB-Core". I can certainly ensure that my contigs are unique in their kmer content, but what other restrictions does the Graph::load API have?
If anyone has tries something similar, any tips would be greatly appreciated!