-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmeta.yaml
53 lines (46 loc) · 1.28 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
53
{% set name = "csb-pandora" %}
{% set version = "2.1.0-beta" %}
{% set build_number = "0" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
git_rev:
git_url: [email protected]:X-lab-3D/PANDORA.git
git_tag: master
#path: .
build:
number: {{ build_number }}
entry_points:
- pandora-fetch = PANDORA.cmd_pandora:cmd_install_database
- pandora-create = PANDORA.cmd_pandora:cmd_create_database
- pandora-run = PANDORA.cmd_pandora:cmd_run_pandora
- pandora-wrapper = PANDORA.cmd_pandora:cmd_run_wrapper
script: "{{ PYTHON }} setup.py install --single-version-externally-managed --record=record.txt"
#script: {{ PYTHON }} -m pip install . -vv --no-deps --ignore-installed
requirements:
build:
- python=3.11
- setuptools
- pip
host:
- python=3.11
run:
- biopython
- modeller
- muscle=5.1
- blast=2.10
- numpy
- numpy-base
- pip
- python=3.11
- setuptools
- joblib
- pandas
- python-dateutil
- urllib3=1.26.14
about:
home: https://github.com/X-lab-3D/PANDORA/blob/master/README.md
license: Apache License 2.0
summary: "PANDORA is anchor restrained modelling pipeline for generating peptide-MHC structures."
doc_ulr: https://csb-pandora.readthedocs.io/en/latest/?badge=latest