pangenome / odgi

Optimized Dynamic Genome/Graph Implementation: understanding pangenome graphs
https://doi.org/10.1093/bioinformatics/btac308
MIT License
196 stars 40 forks source link

[odgi tension] Set the distance to 0 after each step instead of each path #470

Closed tonyjie closed 1 year ago

tonyjie commented 1 year ago

[odgi tension] Set path_layout_dist and path_nuc_dist to 0 for every step. Otherwise it will accumulate among the path, which will lead to little difference of tension for the later steps in the path.

subwaystation commented 1 year ago

LGTM. Thanks for spotting this @tonyjie !