From 89aad2d3c438fa24889c4d6115a46fb87d3c2e30 Mon Sep 17 00:00:00 2001 From: rna-editing1 <165478322+rna-editing1@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:51:05 +0100 Subject: [PATCH] Add lodei recipe (#52955) * lodei recipe * changed recipe * update DOI * update recipe * Update meta.yaml --------- Co-authored-by: Martin Grigorov --- recipes/lodei/meta.yaml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 recipes/lodei/meta.yaml diff --git a/recipes/lodei/meta.yaml b/recipes/lodei/meta.yaml new file mode 100644 index 0000000000000..9759cc4bbe57a --- /dev/null +++ b/recipes/lodei/meta.yaml @@ -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.