-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathDESCRIPTION
More file actions
39 lines (39 loc) · 1.69 KB
/
DESCRIPTION
File metadata and controls
39 lines (39 loc) · 1.69 KB
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
Package: blit
Title: Bioinformatics Library for Integrated Tools
Version: 0.2.0.9000
Authors@R: c(
person("Yun", "Peng", , "yunyunp96@163.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2801-3332")),
person("Shixiang", "Wang", , "w_shixiang@163.com", role = c("aut"),
comment = c(ORCID = "0000-0001-9855-7357")),
person("Jia", "Ding", , "jiading682@qq.com", role = c("ctb"),
comment = c(ORCID = "0009-0002-2530-0897")),
person("Jennifer", "Lu", , "jennifer.lu717@gmail.com",
role = c("cph"), comment = "Author of the included scripts from Kraken2 and KrakenTools libraries"),
person("Li", "Song", , "Li.Song@dartmouth.edu",
role = c("cph"), comment = "Author of included scripts from TRUST4 library"),
person("X. Shirley", "Liu", , "xsliu@ds.dfci.harvard.edu",
role = c("cph"), comment = "Author of included scripts from TRUST4 library")
)
Description: An all-encompassing R toolkit designed to streamline the
process of calling various bioinformatics software and then performing data
analysis and visualization in R. With 'blit', users can easily integrate a
wide array of bioinformatics command line tools into their workflows,
leveraging the power of R for sophisticated data manipulation and graphical
representation.
License: GPL (>= 3)
Imports:
cli,
lifecycle,
processx,
R6 (>= 2.4.0),
rlang (>= 1.1.0),
utils
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
URL: https://github.com/WangLabCSU/blit, https://wanglabcsu.github.io/blit/
BugReports: https://github.com/WangLabCSU/blit/issues