Skip to content

Commit 7117630

Browse files
authored
Update README.md
1 parent e05c7e7 commit 7117630

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
[![release](https://img.shields.io/badge/release-v0.1-green?logo=github)](https://github.com/Fraternalilab/PDBencode)
33

44
The package provides the functionality to encode given PDB structures
5-
into Structural Alphabet strings.
5+
into Structural Alphabet (SA) strings.
66

77
## Usage
88
Use the script *Rscripts/pdbencode.R* in the directory containing PDB file(s):
99
```{sh}
1010
Rscript pdbencode.R
1111
```
1212
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>.
1315

1416
#### Copyright Holders, Authors and Maintainers
1517
- 2021 Jens Kleinjung (author, maintainer) jens@jkleinj.eu

0 commit comments

Comments
 (0)