diff --git a/recipes/lodei/meta.yaml b/recipes/lodei/meta.yaml new file mode 100644 index 0000000000000..837431cc54a10 --- /dev/null +++ b/recipes/lodei/meta.yaml @@ -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. +