-
Notifications
You must be signed in to change notification settings - Fork 3.3k
/
Copy pathmeta.yaml
53 lines (47 loc) · 1.01 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 version = "1.0.1" %}
{% set sha256 = "a9331d4a3d8d967e4b679c14e5af6fd98539659de3b740da876b1fa5c8dd0ba3" %}
package:
name: captus
version: '{{ version }}'
source:
url: https://github.com/edgardomortiz/Captus/archive/v{{ version }}.tar.gz
sha256: {{ sha256 }}
build:
number: 3
noarch: python
run_exports:
- {{ pin_subpackage("captus", max_pin="x.x") }}
requirements:
build:
host:
- python >=3.6
- pip
- setuptools
run:
- python >=3.6
- pip
- bbmap
- clipkit >=1.3.0
- falco >=0.3.0
- fastqc
- mafft
- megahit # [linux]
- megahit =1.2.9=hfbae3c0_0 # [osx]
- mmseqs2
- muscle >=5
- pandas >=2.1.0
- perl-bioperl-core
- perl-yaml
- pigz
- plotly
- salmon >=1.10.1
- tqdm
- vsearch
test:
commands:
- captus_assembly --help
about:
home: https://github.com/edgardomortiz/Captus
license: GPL3
license_file: LICENSE.txt
summary: "Captus: Assembly of Phylogenomic Datasets from High-Throughput Sequencing data"