Add recipe for motif-bridge 0.1.0#64118
Open
hzauzengyuanzhao wants to merge 7 commits intobioconda:masterfrom
Open
Add recipe for motif-bridge 0.1.0#64118hzauzengyuanzhao wants to merge 7 commits intobioconda:masterfrom
hzauzengyuanzhao wants to merge 7 commits intobioconda:masterfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a new Bioconda recipe for the Rust CLI tool motif-bridge (v0.1.0), providing meme2homer and homer2meme binaries for converting transcription factor motif formats.
Changes:
- Add a new
meta.yamlrecipe to build and install themotif-bridgecrate viacargo install. - Add an MIT
LICENSEfile under the recipe directory.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
recipes/motif-bridge/meta.yaml |
New conda recipe (source, build, test, and metadata) for packaging the Rust CLI binaries. |
recipes/motif-bridge/LICENSE |
Adds an MIT license text file intended for packaging/licensing metadata. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Author
|
@BiocondaBot please add label |
✅ Pull request refreshed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a new recipe for motif-bridge,
a command-line toolkit for bidirectional conversion between MEME and HOMER transcription factor
motif formats.
Package info
Tools provided
meme2homerhomer2memeBoth tools support gzip-compressed input and stdin piping, making them suitable
for use in ChIP-seq and ATAC-seq analysis pipelines.
Notes
.cratesource archive is manually unpacked in the build script, asconda-build does not natively recognize the
.crateformatconda buildon Linux x86_64 — build, packaging, andtests all passed