Skip to content

Commit

Permalink
Add lodei recipe (#52955)
Browse files Browse the repository at this point in the history
* lodei recipe

* changed recipe

* update DOI

* update recipe

* Update meta.yaml

---------

Co-authored-by: Martin Grigorov <[email protected]>
  • Loading branch information
rna-editing1 and martin-g authored Dec 23, 2024
1 parent 52d6804 commit 89aad2d
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions recipes/lodei/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{% set version = "1.0.0" %}

package:
name: lodei
version: {{version}}

source:
url: https://github.com/rna-editing1/lodei/archive/refs/tags/v{{version}}.tar.gz
sha256: e71d7bbd28a8227c8e5757c79f4c94f1bf9e1db278782cb82e5bcc2147721dfe

build:
noarch: python
number: 0
script: python -m pip install . --no-deps --no-build-isolation -vvv
run_exports:
- {{ pin_subpackage('lodei', max_pin="x") }}

requirements:
host:
- python
- pip
run:
- pysamstats
- pandas
- matplotlib-base

test:
commands:
- lodei --help

about:
home: https://github.com/rna-editing1/lodei
license: GPL-3.0-or-later
license_file: LICENSE
doi: 10.1038/s41467-024-53298-y
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 89aad2d

Please sign in to comment.