Skip to content

Commit

Permalink
Update ngsderive to 4.0.0 (bioconda#43455)
Browse files Browse the repository at this point in the history
* Update ngsderive to 3.4.0

* Update ngsderive to 4.0.0

* add entry_points

* poetry, not poetry-core

---------

Co-authored-by: joshuazhuang7 <[email protected]>
Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
3 people authored Jun 13, 2024
1 parent 2641f99 commit 65fddd5
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions recipes/ngsderive/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,41 +1,43 @@
{% set name = "ngsderive" %}
{% set version = "3.3.2" %}
{% set version = "4.0.0" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 46fa9c5f926ab1c35a0ff66325b41546501b2b2868d59305f4071ff7a6a36b9a
sha256: 1e55f7bed3dfe1ecf4b3955636bd6fc7b1c1bd7c5685c539c0e248abfc47bf97

build:
number: 0
script: "{{ PYTHON }} -m pip install . --ignore-installed --no-deps -vv"
script: "{{ PYTHON }} -m pip install . --no-build-isolation --no-deps --no-cache-dir -vvv"
noarch: python
entry_points:
- ngsderive = ngsderive.__main__:run
run_exports:
- {{ pin_subpackage(name, max_pin='x') }}

requirements:
host:
- pip
- python >=3.8
- poetry >=1.3.2
- poetry
run:
- colorlog >=6.6.0
- pysam >=0.21
- pytabix >=0.1
- python >=3.8, <3.10
- python >=3.8
- rstr >=3.0.0
- gtfparse >=1.2.1
- sortedcontainers >=2.4.0
- tabix >=1.11
- pygtrie >=2.5.0

test:
imports:
- ngsderive
- ngsderive.commands
- ngsderive.readers
commands:
- ngsderive --help

Expand Down

0 comments on commit 65fddd5

Please sign in to comment.