Skip to content

Commit

Permalink
updated README and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jewettaij committed Feb 2, 2022
1 parent 77fb9e7 commit a146a6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ minrms

## Background

Similarity in the amino acid sequence of proteins can be difficult
to detect if they are evolutionarily distant.
Proteins from evolutionarily distant ancestors can have amino acid sequences
which are so different that traditional sequence alignment methods can
fail to detect any similarity.
However similarity in the 3D structure of proteins often persists long
[after the sequences have diverged.](https://doi.org/10.1006/jmbi.1993.1489)
It is possible to detect evolutionary similarity between proteins from
Expand Down Expand Up @@ -75,7 +76,7 @@ and all of "myoglobin.pdb", with the following constraints:

You can relax these constraints by ignoring the optional arguments above:
```
minrms -fm 4 hemoglobin.pdb,"*.A" myoglobin.pdb
minrms -fm 4 -ir -r hemoglobin.pdb,"*.A" myoglobin.pdb
```
*(This will run much more slowly and is not recommended.)*

Expand Down
1 change: 1 addition & 0 deletions tests/test_align2msf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ test_align2msf() {
mv myoglobin.pdb 1a6m.pdb
python3 ../bin/align2msf/align2msf.py align_server_output/1a6m+4hhbA.txt 1a6m.pdb 4hhb.pdb > align2msf_output.msf
FILE_SIZE=`wc -c align2msf_output.msf | awk '{print $1}'`
echo $FILE_SIZE
assertTrue "align2msf.py failed" "[ $FILE_SIZE -eq 1578 ]"
#rm -f align2msf_output.msf
cd ../
Expand Down

0 comments on commit a146a6e

Please sign in to comment.