-
Notifications
You must be signed in to change notification settings - Fork 2
/
conda_recipe.yaml
40 lines (33 loc) · 949 Bytes
/
conda_recipe.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
{% set version = "1.0.0" %}
package:
name: pyjaspar
version: '{{ version }}'
source:
url: https://pypi.io/packages/source/p/pyjaspar/pyjaspar-{{ version }}.tar.gz
sha256: "97f1e7cc184186a7dc806db9bc9e91b2a858d1a0b54cec96f3d63d1c512a0db2"
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . --ignore-installed --no-deps -vv
requirements:
host:
- python >=3.6
- pip
- biopython
run:
- python >=3.6
- biopython
test:
imports:
- pyjaspar
about:
home: https://github.com/asntech/pyjaspar
license: GPLv3
license_family: GPL
license_file: LICENSE
summary: "pyJASPAR: a serverless interface to Biopython to access different versions of JASPAR database"
description: "A serverless interface to Biopython to query and access JASPAR motifs from different releases of JASPAR database using sqlite3."
doc_url: 'https://pyjaspar.rtfd.io'
extra:
recipe-maintainers:
- asntech