0.1.19#
Key Modifications#
Fixed
vf.pp.writeFixedPaths(), which previously used incorrect indexing inside the function, causing the unintended removal of important and nonredundant contigs.Merged the
vf.pp.update_mkCNSdir_missingEdge()function intovf.pp.mkCNSdir(). Users should now usevf.pp.mkCNSdir()exclusively to generate the directory for running verkko-consensus. If you have inserted a new node usingvf.tl.insertGap()during gap filling, please run this withmissingEdge=True. For more details, refer to the function’s description.
What’s New?#
vf.pl.barCovKmer
Fixes and Updates#
The
vf.pp.searchNode()function now reports.No paths foundif the specified list of nodes is not present in the graph.vf.tl.calQV()now includes new parameters:showOnly=False,trio=False, andcontig_prefix=["dam", "sire"]. Please refer to the API section for details.Fixed
vf.pp.find_intra_telo()to get the maximum telomere percentage when merging the windowns.Fixed
vf.pl.percTel()to ensure the heatmap’s y-axis is sorted by natural chromosome order.Add legend to
vf.pl.contigPlot.