-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f68c83a
commit f995545
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
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: | ||
number: 0 | ||
script: python -m pip install . --no-deps --ignore-installed | ||
run_exports: | ||
- {{ pin_subpackage('lodei', max_pin="x") }} | ||
|
||
requirements: | ||
host: | ||
- python | ||
- pip | ||
run: | ||
- pysamstats=1.1.2 | ||
- pandas | ||
- matplotlib | ||
|
||
test: | ||
commands: | ||
- lodei --help | ||
|
||
about: | ||
home: https://github.com/rna-editing1/lodei | ||
license: GPL-3.0 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. | ||