-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 997 Bytes
/
DESCRIPTION
File metadata and controls
25 lines (25 loc) · 997 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
Package: PDBencode
Type: Package
Version: 0.7
Title: Encode PDB structures into Structural Alphabet sequences
Authors@R: c(person("Jens", "Kleinjung", role = c("aut", "cre", "cph"),
email = "jens@jkleinj.eu"),
person("Franca", "Fraternali", role = c("aut", "cph"),
email = "franca.fraternali@kcl.ac.uk"),
person("Joseph CF", "Ng", role = c("aut", "cph"),
email = "joseph.ng@kcl.ac.uk")
)
Description: The package reads one or several protein structures
and encodes them using prototypical fragments (letters) of a structural alphabet.
Depends: R (>= 3.4)
Imports: bio3d (>= 2.3), optparse (>= 1.6.6), methods
Suggests: knitr, rmarkdown
Collate: generic.R kabsch.R kabsch_C.R sa_encode.R
License: GPL-3
URL: https://github.com/Fraternalilab/PDBencode
BugReports: https://github.com/Fraternalilab/PDBencode/Issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
VignetteBuilder: knitr