pyfastani icon indicating copy to clipboard operation
pyfastani copied to clipboard

Cython bindings and Python interface to FastANI, a method for fast whole-genome similarity estimation.

Results 1 pyfastani issues
Sort by recently updated
recently updated
newest added

When I run the sample code: ```python import pyfastani import Bio.SeqIO sketch = pyfastani.Sketch() # add a single draft genome to the mapper, and index it ref = list( Bio.SeqIO.parse(...

documentation