You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the load_confidence_data function uses regex to parse parameters from pdb file names, the regex has the possibility to match with the protein name derived from the fasta file. If this matching occurs, the parse is incorrect or fails.
Would it be possible to pass data associated with the pdb files in a file instead of the name? A csv file could be used.
Thanks!
The text was updated successfully, but these errors were encountered:
nt314p
changed the title
Protein names containing _ or - produces error in load_confidence_data in colabfold_process_output.py
Protein names ending with numbers produces error in load_confidence_data in colabfold_process_output.py
Oct 16, 2024
Hi,
Because the load_confidence_data function uses regex to parse parameters from pdb file names, the regex has the possibility to match with the protein name derived from the fasta file. If this matching occurs, the parse is incorrect or fails.
Would it be possible to pass data associated with the pdb files in a file instead of the name? A csv file could be used.
Thanks!
The text was updated successfully, but these errors were encountered: