Releases: Micromeda/pygenprop
Releases · Micromeda/pygenprop
Updated Conda Release Code
- Update meta.yml for Conda releases
- Update GitHub Actions workflows
Add conda build scripts.
Merge pull request #89 from Micromeda/develop Develop
Improved InterProScan5 Compatibility + Improvements
- Added improvements to make Pygenprop compatible with newer versions of InterProScan5 (IPR5). Newer versions of IPR5 generate output TSV files with
-in place of blanks to denote no data. These-broke older versions of Pygenprop. - Add PyArrow to replace Pandas ability to write MSGpack binaries. Now Pygenprop writes PyArrow serializations.
Add Capture of InterProScan and Protein Sequence Data. Add Micromeda file compatibility.
The following code was added.
- General code improvements
- An extended results class that is used to explore the InterProScan annotations and protein sequences that support genome properties assignments across multiple organisms.
- Code for generating Micromeda files.
0.6: Merge pull request #54 from Micromeda/improve_readme
Update tutorial.ipynb
Pygenprop is now a package.
Merge pull request #31 from Micromeda/develop Develop