-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 868 Bytes
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 868 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
33
34
35
36
37
38
Package: webseq
Type: Package
Title: Access data from biological sequence databases like NCBI, ENA, MGnify
Description: This package interacts with online biological sequence databases.
It provides functions to search for sequences, convert identifiers and
download sequences and associated metadata.
Version: 0.1
Date: 2022-01-05
Author: Tamas Stirling
Maintainer: Tamas Stirling <stirling.tamas@gmail.com>
URL: https://github.com/stitam/webseq
BugReports: https://github.com/stitam/webseq/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5.0)
Imports:
curl,
dplyr,
httr,
jsonlite,
magrittr,
rentrez,
rlang,
stringi,
stringr,
tibble,
tidyr,
XML,
xml2
Suggests:
knitr,
rmarkdown,
testthat
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3