forked from Boyle-Lab/HMMSTR
-
Notifications
You must be signed in to change notification settings - Fork 1
/
meta.yaml
52 lines (45 loc) · 1.15 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{% set version = "1.0.5" %}
package:
name: hmmstr
version: {{ version }}
source:
url: https://files.pythonhosted.org/packages/73/eb/c2746191ab0de3153f1dbd40bf3d5547721bf6418b037fde17cd4e7f1356/HMMSTR-{{ version }}.tar.gz
# You will need to replace the sha256 with the actual hash of your hmmstr package
sha256: 2ece13b332cb86fc91ae0e66393b9ec757d19ed36cb2c7f38493ac2e34759436
build:
number: 0
script: "{{PYTHON}} -m pip install . --no-deps --ignore-installed --no-cache-dir --no-build-isolation -vv"
requirements:
build:
- {{ compiler('c') }}
# - pkg-config
host:
- python
- pkg-config
- pip
- cython
- setuptools
- wheel
- libcxx # For libc
- glib # For libglib-2.0
run:
- python
- colorama
- numpy
- pandas
- pickleshare
- scikit-learn
- scipy
- seaborn
- importlib-resources
- mappy
- pysam
test:
commands:
- hmmstr --help
# imports:
# - hmmstr
about:
home: https://github.com/Boyle-Lab/HMMSTR
license: MIT
summary: "HMMSTR is a bioinformatics software package for calling tandem reapeat copy number from raw, long-read, sequencing reads."