-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add modbam2bed #38169
add modbam2bed #38169
Conversation
I don't think this is a python only package, we need a compiler and probably a build.sh. @cjw85 do you have interest to look at this? |
Hi @bgruening, In short no. We have somewhat given up with bioconda for packaging for various reasons including:
In the current case the code is open source and you are of course free to do what you want with it, but any derivatives must be clearly labelled as such and not the work of Oxford Nanopore Technologies Plc. The modbampy Python package is available from PyPI and the modbam2bed program from epi2melabs/modbam2bed hosted by anaconda. |
Hi @cjw85, Let me clarify why we are trying to add modbam2bed to bioconda. @EliseCoopman developed methylmap, a tool for population-scale visualization of methylation frequencies in a heatmap format, which depends on modbam2bed to get modifications from BAM/CRAM files. But since modbam2bed is not in bioconda, it seems we could not create a bioconda recipe for methylmap (as all dependencies should come from conda-forge, bioconda, or the default anaconda channel). If you don't object we will try to get the modbam2bed recipe right here, and in case we get stuck any insights are highly appreciated. Wouter |
using `python` rather than `{{ PYTHON }}` (as I assume the latter only works in the case of `noarch: python`?)
Describe your pull request here
add PR of modbam2bed .
Please read the guidelines for Bioconda recipes before opening a pull request (PR).
@BiocondaBot please add label
command.@bioconda/core
in a comment.Please use the following BiocondaBot commands:
Everyone has access to the following BiocondaBot commands, which can be given in a comment:
@BiocondaBot please update
@BiocondaBot please add label
please review & merge
label.@BiocondaBot please fetch artifacts
You can use this to test packages locally.
For members of the Bioconda project, the following command is also available:
@BiocondaBot please merge
Someone must approve a PR first!
This reduces CI build time by reusing built artifacts.
Also, the bot watches for comments from non-members that include
@bioconda/<team>
and will automatically re-post them to notify the addressed<team>
.