jessieren / DeepVirFinder

Identifying viruses from metagenomic data by deep learning
Other
116 stars 32 forks source link

Update documentation for h5py API schism #25

Open ryneches opened 3 years ago

ryneches commented 3 years ago

Since the documentation for DeepVirFinder was released, a new version of h5py has been released that breaks API compatibility with previous versions. This PR updates the documentation to suggest pinning h5py below version 3, and adds a workaround for running dvf on architectures where file locking does not work as expected.