forked from pveber/biotope
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbiotope.opam
24 lines (24 loc) · 1017 Bytes
/
biotope.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
["dune" "build" "-p" name "@doc"] {with-doc}
]
maintainer: ["philippe.veber@gmail.com"]
authors: ["Philippe Veber"]
bug-reports: "https://github.com/pveber/biotope/issues"
homepage: "https://github.com/pveber/biotope/"
license: "CeCILL-B"
dev-repo: "git+https://github.com/pveber/biotope.git"
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"]