Replies: 4 comments 6 replies
-
Hi @UriNeri, This is awesome and thank you for making these packages more accessible on the conda infrastructure. We don't commit as "BiocPy" & given its an org, listing that as a maintainer may not be that helpful unless thats the norm in conda (Sorry conda packaging is new to me). If you don't mind listing me as a maintainer, I am happy to resolve any issues in the future. Also helps me understand the process to publish rest of the packages to conda-forge. |
Beta Was this translation helpful? Give feedback.
-
Hi @jkanche - sounds good! I've added you as a maintainer - do you want to do the pull request? |
Beta Was this translation helpful? Give feedback.
-
@UriNeri does it make sense to transfer over this repository to the BiocPy organization? May be thats what you meant here, but i misunderstood
|
Beta Was this translation helpful? Give feedback.
-
Closing this as the PR is ready for conda-forge to merge. This was helpful to do and at some point I would add the rest of the packages. Thanks again for bringing this up! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @jkanche @LTLA ,
I'm preparing a software for publication and I used genomicranges and Iranges for interval operations.
However, trying to create bioconda recipe using grayskull suggests the BiocPy libraries are not available from conda (bioconda or conda-forge):
This can be resolved by having biocutils, biocframe, genomicranges and iranges on conda-forge - which I am sure could help others too.
As these packages have little dependency overhead, and are all available from pypi, recipes for them could be generated using grayskull or pixi:
The linting step is suggested soem edits (adding home url for ncls, and adding {{ stdlib('c') }} for ncls and iranges), after adding these:
I've ran the above (but with my github username instead of BiocPy) - https://github.com/UriNeri/staged-recipes/tree/add-biocpy - and I can a pull request to conda-forge staged-recipes if it is ok with you. I'd prefer to have BiocPy as the maintainer listed in the meta.yaml files, instead of my username as the default (or we could add both).
Let me know what you think.
Beta Was this translation helpful? Give feedback.
All reactions