forked from flow-r/flowr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 929 Bytes
/
DESCRIPTION
File metadata and controls
32 lines (32 loc) · 929 Bytes
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
Package: flowr
Type: Package
Title: Streamlining Design and Deployment of Complex Workflows
Description: This framework allows you to design and implement complex
pipelines, and deploy them on your institution's computing cluster. This has
been built keeping in mind the needs of bioinformatics workflows. However, it is
easily extendable to any field where a series of steps (shell commands) are to
be executed in a (work)flow.
Version: 0.9.10.9021
Depends:
R (>= 3.0.2),
methods,
params (>= 0.3),
utils
Imports:
diagram,
whisker,
tools
Suggests:
reshape2,
knitr,
ggplot2,
testthat,
funr
Enhances:
openxlsx
VignetteBuilder: knitr
URL: https://github.com/sahilseth/flowr
BugReports: https://github.com/sahilseth/flowr/issues
Authors@R: c(person("Sahil", "Seth", role = c("aut", "cre"), email = "me@sahilseth.com"))
License: MIT + file LICENSE
RoxygenNote: 5.0.1