Skip to content

release v4.1.0 including optimized construction

Robin van Esch requested to merge release_v4.1.0 into pantools_v4

add_sequence_properties can run out of memory for large genomes because it stores all node IDs in a linked list. Instead, node IDs are first written to a temporary file and read back chunk by chunk.

Merge request reports