forked from pveber/biotope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdune-project
23 lines (21 loc) · 850 Bytes
/
dune-project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
(lang dune 1.10)
(generate_opam_files true)
(name biotope)
(source (github pveber/biotope))
(homepage "https://github.com/pveber/biotope/")
(bug_reports "https://github.com/pveber/biotope/issues")
(license CeCILL-B)
(authors "Philippe Veber")
(maintainers "philippe.veber@gmail.com")
(package
(name biotope)
(tags (bioinformatics))
(synopsis "Bioinformatics pipeline library")
(description "Biotope provides a collection of building blocks to
construct analysis pipelines in bioinformatics. It
specializes in NGS analysis, genomics and
phylogeny. The library comes in two flavours: either a
simple, integrated API named biotope-light, or a more
advanced relying on bistro workflows that can be more
easily extended.")
(depends biotk bistro))