Skip to content

Commit

Permalink
update recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
rna-editing1 committed Dec 22, 2024
1 parent ffa8177 commit 285ff6a
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions recipes/lodei/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{% set version = "1.0.0" %}

package:
name: lodei
version: 1.0.0

source:
url: https://github.com/rna-editing1/lodei/archive/refs/tags/v1.0.0.tar.gz
url: https://github.com/rna-editing1/lodei/archive/refs/tags/v{{version}}.tar.gz
md5: aab7ea1fa9c1e7b250b8b2d02065dd5d

build:
Expand All @@ -18,7 +20,7 @@ requirements:
- python
- pip
run:
- pysamstats =1.1.2
- pysamstats
- pandas
- matplotlib-base

Expand All @@ -28,13 +30,10 @@ test:

about:
home: https://github.com/rna-editing1/lodei
license: GPL-3.0
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.
extra:
identifiers:
-doi: 10.1038/s41467-024-53298-y

0 comments on commit 285ff6a

Please sign in to comment.