-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* lodei recipe * changed recipe * update DOI * update recipe * Update meta.yaml --------- Co-authored-by: Martin Grigorov <[email protected]>
- Loading branch information
1 parent
52d6804
commit 89aad2d
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |