Skip to content

Commit

Permalink
lodei recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
rna-editing1 committed Dec 22, 2024
1 parent f68c83a commit f995545
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions recipes/lodei/meta.yaml
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.

0 comments on commit f995545

Please sign in to comment.