-
Notifications
You must be signed in to change notification settings - Fork 3.4k
/
Copy pathmeta.yaml
72 lines (63 loc) · 2.09 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
70
71
72
{% set name = "SINA" %}
{% set version = "1.7.2" %}
{% set sha256 = "ab26895153f4014f30c7db7d3b931d24606aa4f50e4f6927dabf321786a00c7e" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
sha256: {{ sha256 }}
url: https://github.com/epruesse/SINA/releases/download/v{{version}}/sina-{{version}}.tar.gz
build:
number: 0
requirements:
build:
- make
- {{ compiler('cxx') }}
- pkg-config
- bc
host:
- arb-bio-devel
- boost-cpp
- zlib
- tbb-devel
- glib
run:
- arb-bio-tools
- libarbdb
- boost-cpp
- zlib
- tbb
- {{ pin_compatible('glib') }}
test:
commands:
- sina --help
about:
home: https://github.com/epruesse/SINA
doc_url: https://sina.readthedocs.io
license: GPLv3
license_family: GPL
license_url: https://raw.githubusercontent.com/epruesse/SINA/master/LICENSE
summary: Reference based multiple sequence alignment
description: |
SINA allows incorporating additional sequences into an existing
multiple sequence alignment (MSA) without modifying the original
alignment. While adding sequences to an MSA with SINA is usually
faster than re-computing the entire MSA from an augmented set of
unaligned sequences, the primary benefit lies in protecting
investments made into the original MSA such as manual curation of the
alignment, compute intensive phylogenetic tree reconstruction and
taxonomic annotation of the resulting phylogeny.
Additionally, SINA includes a homology search which uses the
previously computed alignment to determine the most similar
sequences. Based on the search results, a LCA based classification of
the query sequence can be computed using taxonomic classifications
assigned to the sequences comprising the reference MSA.
SINA is used to compute the small and large subunit ribosomal RNA
alignments provided by the SILVA_ project and is able to use the ARB_
format reference databases released by the project.
extra:
recipe-maintainers:
- epruesse
identifiers:
- biotools:SINA
- doi:10.1093/bioinformatics/bts252