-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathmeta.yaml
More file actions
38 lines (31 loc) · 743 Bytes
/
meta.yaml
File metadata and controls
38 lines (31 loc) · 743 Bytes
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
{% set name = "primedrpa" %}
{% set version = "1.0.1" %}
{% set sha256 = "f622eaac1c28e874cb829663b6ce377c7da10ce5ec16010b8d447e19eea29faa" %}
package:
name: {{name}}
version: {{version}}
source:
url: https://github.com/MatthewHiggins2017/bioconda-PrimedRPA/archive/1.0.1.tar.gz
sha256: '{{sha256}}'
build:
script: python -m pip install --no-deps --ignore-installed .
noarch: python
number: 0
requirements:
host:
- python >=3.5
- pip
run:
- python >=3.5
- pandas
- clustalo
- samtools
- blast
test:
commands:
- PrimedRPA --help
about:
home: https://github.com/MatthewHiggins2017/bioconda-PrimedRPA/
license: GPL3
license_file: LICENSE
summary: RPA primer & probe design tool.