Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-steinegger authored Jul 8, 2022
1 parent 77387d6 commit 8bd5201
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,12 @@ In case of the alignment type (`--alignment-type 1`) tmalign we sort the results


### Rescore aligments using TMscore
It is possible to compute TMscores for the kind of alignment output (e.g. 3Di/AA) using the following commands:
Easiest way to get the alignment TMscore normalized by min(alnLen,qLen,targetLen) as well as a rotation matrix is through the following command:
```
foldseek easy-search example/ example/ aln tmp --format-output query,target,alntmscore,u,t
```

Alternative, it is possible to compute TMscores for the kind of alignment output (e.g. 3Di/AA) using the following commands:
```
foldseek createdb example/ targetDB
foldseek createdb example/ queryDB
Expand Down

0 comments on commit 8bd5201

Please sign in to comment.