We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05c7e7 commit 7117630Copy full SHA for 7117630
1 file changed
README.md
@@ -2,14 +2,16 @@
2
[](https://github.com/Fraternalilab/PDBencode)
3
4
The package provides the functionality to encode given PDB structures
5
-into Structural Alphabet strings.
+into Structural Alphabet (SA) strings.
6
7
## Usage
8
Use the script *Rscripts/pdbencode.R* in the directory containing PDB file(s):
9
```{sh}
10
Rscript pdbencode.R
11
```
12
All PDB files (with extension ".pdb") in that directory will be processed.
13
+Each structure <ID>.pdb yields an encoded <ID>_sa.fasta file containing
14
+one SA sequence per chain. The format of SA sequence headers is <ID>|<chain>.
15
16
#### Copyright Holders, Authors and Maintainers
17
- 2021 Jens Kleinjung (author, maintainer) jens@jkleinj.eu
0 commit comments