pod5-file-format icon indicating copy to clipboard operation
pod5-file-format copied to clipboard

Add Conda Recipes

Open JannesSP opened this issue 2 years ago • 0 comments

Added Conda Recipes

lib-pod5 recipe

Conda package

  • used wheel files to build conda package
    • I think better way would be to use source distributions or to build it with conda from scratch using the repository
  • build for linux and python 3.7-3.11
    • ATTENTION: osx conda package currently missing
  • ATTENTION: while building conda package, just testing: import lib-pod5, more tests should be added

pod5 recipe

Conda package

  • created a recipe skeleton with grayskull
  • changed dependencies from pypi names to conda names
  • build for linux and python 3.8-3.11
    • ATTENTION: osx currently missing
  • ATTENTION: while building conda package, just testing: import pod5 & all pod5 xxx --help commands, more tests should be added

JannesSP avatar Jul 19 '23 22:07 JannesSP