Skip to content

basevar v0.8.0

Compare
Choose a tag to compare
@ShujiaHuang ShujiaHuang released this 03 Sep 15:00

This version has more than 10 times performance improvement than the preview version.

  • Use cython to improve the performance of BaseVar;
  • Use htslib instead of pysam. Now I give up pysam in BaseVar;
  • Make buffer for samples's BAM in specific genome regions, this could improve the performance;
  • Rewrite many codes and many functions;
  • Make smart-rerun much smarter;
  • give up Numpy in variant caller functions;
  • Use htslib for bgzip and tabix.
  • Fix some bugs.