Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lafita authored Apr 12, 2018
1 parent 0bd3fd1 commit 5762f9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@ ln -s /usr/bin/tadoss ~/tadoss

## Usage

The method consist in four steps starting from a `PDB` file of a protein domain structure (`e1shgA1.pdb` as example).
The method consist in four steps starting from a `PDB` file of a protein domain structure.
We demonstrate the usage with the SH3 domain in `e1shgA1.pdb` as an example.

### Bundle script

In order to simplify the usage of the method, a `Bash` script that bundles the four steps steps is provided with a simple interface to the user.

```
tadoss -d ubq -f e1shgA1.pdb
tadoss -d sh3 -f e1shgA1.pdb
```

### Steps
Expand Down

0 comments on commit 5762f9e

Please sign in to comment.