-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
52 lines (43 loc) · 1008 Bytes
/
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 = "v0.11.0" %}
package:
name: mooda
version: {{ version | replace("-", "")}}
source:
path: .
build:
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
entry_points:
- mooda = mooda.cli:main
requirements:
host:
- python ==3.7
- pip
- setuptools
- numpy >=1.16
- biopython =1.73
- pandas >=0.24
- pyyaml ==5.4
- tqdm
run:
- python ==3.7
- numpy >=1.16
- biopython =1.73
- pandas >=0.24
- pyyaml ==5.4
- tqdm
test:
commands:
- mooda --help
about:
home: https://github.com/stracquadaniolab/mooda
summary: Multi-Objective Optimization for DNA design and assembly
license: MIT
license_file: LICENSE
dev_url: https://github.com/stracquadaniolab/mooda
doc_url: https://github.com/stracquadaniolab/mooda
description: |
A Python tool and framework for multi-objective design and assembly of DNA constructs.
extra:
recipe-maintainers:
- stracquadaniolab