1) How should I read the standard output lines for -outfmt -1?
For easy of parsing, you may use -outfmt 1 or -outfmt 2, which are more compact.
2) Why are there 2 values for RMSD, Aligned length and TMscore (line 5 and 6)?
In line 5 which starts with "User-specified initial alignment: TM/Lali/rmsd..."
Are those the values that I am looking for?
Are the RMSD values in lines 5 and 6 the same?
Yes, when using -I or -seq, RMSD at line 5 and line 6 are the same, just different number of significant decimals.
On the other hand, when using -i, RMSD at line 5 and line 6 may be different.
3) Why do they have different significant decimals among them and compared to lines 6, 7 and 8?
Which target sequence length is considered to calculate that 'TM' value (assume TMscore)?
The 'TM' value in line 5 shouldn't be one of line 7 or 8?
TM-score at line 7 and 8 are different because it is normalized by the sequence length of 1.pdb.gz and 2.pdb.gz, respectively.
The TM-score at line 5 is no less than that of line 7 and 8 because it is normalized by the alignment length rather than the length 1.pdb.gz and 2.pdb.gz.
Thank you for your answer but I still have some doubts...
Are the 'Lali' (line 5) and 'Aligned_length' (line 6) values meaning the same?
Knowing that TM-score at line 5 is normalized by alignment length (Lali = 15, line 5), which is the same value of Structure 2 length (15 residues, line 3 and L = 15, line 8), shouldn't both TM-scores (line 5 and line 8) be the same? Why are different?
USalign is a structural alignment tool for macromolecules (proteins, nucleic acids, or complexes) developed as part of the TM-align family (by Yang Zhang’s group, University of Michigan). Its main purpose is to compare 3D structures of biomolecules, producing an optimal alignment and similarity score. Sprunki
otiscavin wrote: ↑Mon Sep 08, 2025 11:42 am
USalign is a structural alignment tool for macromolecules (proteins, nucleic acids, or complexes) developed as part of the TM-align family (by Yang Zhang’s group, University of Michigan). Its main purpose is to compare 3D structures of biomolecules, producing an optimal alignment and similarity scoreSpace Waves.
I totally agree with you
Last edited by ningfieldin on Tue Sep 09, 2025 3:32 pm, edited 1 time in total.