-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
43 lines (43 loc) · 951 Bytes
/
DESCRIPTION
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
Package: microbiome.onglab
Type: Package
Title: Wrapper functions to run dada2 with htCondor
Version: 0.2.2
Author: Rene Welch
Maintainer: Rene Welch <[email protected]>
Authors@R: c(person(given = "Rene", family = "Welch", role = c("aut",
"cre"), email = "[[email protected]]"))
Description: We wanted to focus on efficiency, and be able to run dada2 a little bit faster.
Therefore, we wrapped dada2's functions, and using a split-apply-combine strategy with
htCondor we made an accelerated implementatin.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
magrittr,
optparse
Suggests:
knitr,
rmarkdown,
BiocStyle
VignetteBuilder: knitr
RoxygenNote: 7.0.2
Imports:
dplyr,
stringr,
readr,
jsonlite,
furrr,
dada2,
DECIPHER,
future,
tidyr,
scales,
ggplot2,
forcats,
abind,
RCurl,
tibble,
shiny,
tidyselect,
cowplot,
purrr