Skip to content

Commit

Permalink
Update mirtop to 0.4.27 (#50710)
Browse files Browse the repository at this point in the history
* Update mirtop to 0.4.27

* add run_exports

---------

Co-authored-by: mencian <joshua.zhuang@yahoo.com>
  • Loading branch information
BiocondaBot and mencian authored Sep 13, 2024
1 parent 600319d commit 89b5475
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions recipes/mirtop/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,26 @@
{% set version="0.4.25" %}
{% set version = "0.4.27" %}

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

source:
url: https://github.com/miRTop/mirtop/archive/v{{ version }}.tar.gz
sha256: 309377c432bf3d45c24659d4a9d2cd6ad61b928122bbc1e392e921b29bef3282
sha256: 1fc9e186de8b0667b0c0e5d321eae85336d0535411c45e92f05653d32a58deae

build:
script: $PYTHON setup.py install --single-version-externally-managed --record=record.txt
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir
number: 0
noarch: python
entry_points:
- mirtop=mirtop.command_line:main
run_exports:
- {{ pin_subpackage('mirtop', max_pin="x.x") }}

requirements:
host:
- python
- setuptools
- pysam
- pybedtools
- pandas
- biopython

- pip
run:
- python
- pysam
Expand All @@ -43,10 +40,13 @@ test:
- mirtop --help

about:
home: http://github.com/mirtop/mirtop
license: MIT License
home: "https://github.com/mirtop/mirtop"
license: MIT
license_family: MIT
summary: 'Small RNA-seq annotation'
license_file: LICENSE
summary: 'Small RNA-seq annotation.'
dev_url: "https://github.com/mirtop/mirtop"
doc_url: "https://mirtop.readthedocs.io/en/latest"

extra:
identifiers:
Expand Down

0 comments on commit 89b5475

Please sign in to comment.