-
Notifications
You must be signed in to change notification settings - Fork 33
/
meta.yaml
69 lines (62 loc) · 1.98 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{% set name = "phylophlan" %}
{% set version = "3.1.1" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
path: ..
# url: https://github.com/biobakery/phylophlan/archive/{{ version }}.tar.gz
# sha256: "{{ sha256 }}"
build:
noarch: python
script: "{{ PYTHON }} -m pip install . --ignore-installed --no-deps -vv"
run_exports:
- {{ pin_subpackage('phylophlan', max_pin='x.x') }}
requirements:
host:
- python >=3.7
- pip
- setuptools
run:
- python >=3.7
- biopython >=1.73
- dendropy >=4.4.0
- matplotlib-base >=3.1.0
- numpy >=1.15.4
- pandas >=0.24.2
- seaborn >=0.9.0
- blast >=2.6.0
- diamond >=0.9
- trimal >=1.4.1
- muscle >=3.8.1551
- mafft >=7.310
- fasttree >=2.1.8
- raxml >=8.2.10
- iqtree >=1.6.6
- mash
- requests
test:
commands:
- phylophlan --version
- phylophlan_draw_metagenomic --version
- phylophlan_get_reference --version
- phylophlan_assign_sgbs --version
- phylophlan_setup_database --version
- phylophlan_strain_finder --version
- phylophlan_write_config_file --version
about:
home: https://github.com/biobakery/phylophlan
license: MIT License
license_family: MIT
license_file: license.txt
summary: Precise phylogenetic analysis of microbial isolates and genomes from metagenomes
description: |
PhyloPhlAn 3.0 is an integrated pipeline for large-scale phylogenetic
profiling of genomes and metagenomes. PhyloPhlAn 3.0 is an accurate, rapid,
and easy-to-use method for large-scale microbial genome characterization
and phylogenetic analysis at multiple levels of resolution. PhyloPhlAn 3.0
can assign both genomes and metagenome-assembled genomes (MAGs) to
species-level genome bins (SGBs). PhyloPhlAn 3.0 can reconstruct
strain-level phylogenies using clade-specific maximally informative
phylogenetic markers, and can also scale to very-large phylogenies
comprising >17,000 microbial species.