-
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 lodei recipe #52955
Add lodei recipe #52955
Changes from 3 commits
f995545
794a61d
5461906
68d637a
ffa8177
285ff6a
47bdb92
37f80a0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
package: | ||
name: lodei | ||
version: 1.0.0 | ||
|
||
source: | ||
url: https://github.com/rna-editing1/lodei/archive/refs/tags/v1.0.0.tar.gz | ||
md5: aab7ea1fa9c1e7b250b8b2d02065dd5d | ||
|
||
build: | ||
noarch: python | ||
number: 0 | ||
script: python -m pip install . --no-deps --ignore-installed | ||
run_exports: | ||
- {{ pin_subpackage('lodei', max_pin="x") }} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do you assume that every minor version 1.1 or 1.1.1 will break the CLI? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't assume that a minor version change will break the CLI. |
||
|
||
requirements: | ||
host: | ||
- python | ||
- pip | ||
run: | ||
- pysamstats =1.1.2 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this is specific version really needed? |
||
- pandas | ||
- matplotlib-base | ||
|
||
test: | ||
commands: | ||
- lodei --help | ||
|
||
about: | ||
home: https://github.com/rna-editing1/lodei | ||
license: GPL-3.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. please use SPDX identifiers |
||
license_file: LICENSE | ||
summary: Analyze differentially edited A-to-I regions in two sets of RNA-seq samples. | ||
details: | | ||
LoDEI - the local differential editing index - offers a collection of programs | ||
to detect and analyze differentially edited A-to-I regions in two sets of RNA-seq samples. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use jinja variables for the version and reuse them in the URL. This will enable our bot to update the package when you release a new version