Skip to content

Commit

Permalink
Add ExcludonFinder recipe with run_exports (#53079)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvarosmb authored Jan 8, 2025
1 parent 76c06c0 commit d430dc9
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions recipes/excludonfinder/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{% set name = "excludonfinder" %}
{% set version = "0.1.1" %}

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

source:
url: https://github.com/Alvarosmb/ExcludonFinder/archive/v{{ version }}.tar.gz
sha256: cc0a4a3c23d99c473563113e693f00511e1f9fc5a77dec2826ee956b32c323e1

build:
number: 0
noarch: generic
run_exports:
- {{ pin_subpackage('excludonfinder', max_pin="x.x") }}
script:
- mkdir -p $PREFIX/bin
- cp scripts/ExcludonFinder $PREFIX/bin/
- chmod +x $PREFIX/bin/ExcludonFinder

requirements:
run:
- r-base >=4.1
- bwa-mem2 >=2.2.1
- minimap2 >=2.24
- samtools >=1.15
- subread >=2.0.1
- r-dplyr >=1.0.7
- r-foreach >=1.5.2
- r-doparallel >=1.0.17
- r-data.table >=1.14
- r-biocmanager >=1.30.19
- bioconductor-rtracklayer >=1.54.0
- parallel >=20211022

test:
commands:
- ExcludonFinder --help

about:
home: https://github.com/Alvarosmb/ExcludonFinder
license: MIT
license_file: LICENSE
summary: A tool for identifying and analyzing excludons in genomic data using RNA-seq data

0 comments on commit d430dc9

Please sign in to comment.