This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| DFG Motif Range Analysis Script | |
| Analyze RMSD variations for different residue ranges around the DFG motif in kinases_noligand benchmark. | |
| Tests ranges from [1]DFG[9] to [9]DFG[1] with total window size of 13 residues. | |
| Uses existing metric_resid_ranges as reference and query sequences for DFG identification. | |
| """ | |
| import csv |