Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions recipes/cen_detect_hor/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{% set name = "cen_detect_hor" %}
{% set version = "0.0.2" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/cen_detect_hor-{{ version }}.tar.gz
sha256: 2bec7a85508ac962dfa475cb31ab3d6cc2d18d89b81b4d80f0f719edf450899c

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0

requirements:
host:
- python 3.9
- hatchling
- pip
run:
- python >=3.9
- biopython >=1.84
- editdistance >=0.8.1
- matplotlib-base >=3.9.2
- numpy >=2.0.2
- scikit-learn >=1.5.2
- typing_extensions >=4.12.2

test:
imports:
- cen_detect_hor
commands:
- pip check
requires:
- pip

about:
home: https://github.com/CENdetectHOR/CENdetectHOR_lib
summary: Library to characterise tandem repeats in genomic sequences in terms of evolutionary relationships, looking for so called higher-order-repeats. It has been pecifically designed to analyse non-coding centromeric high-repetition regions of chromosomes.
dev_url: https://github.com/CENdetectHOR/CENdetectHOR_lib
doc_url: https://cen-detect-hor.readthedocs.io/
license: MIT
license_file: LICENSE

extra:
recipe-maintainers:
- miguel76
Loading