Hello everyone,
Hello Professor Bonvin @amjjbonvin:
I am encountering an error while preparing a rather large pdb file (3348 aminoacids in total, 3 chains with 1116 aminoacids per chain). After submitting the file to pdb_uniqname I further use pdb_reres, which gives me the error:
Cannot set residue number above 9999.
I had a look at the file and there are a lot of TER flags introduced (basically after every ATOM), not sure if this might have something to do with the problem. I also attempted pdb_tidy (-strict) before (on the original strucutre) and after pdb_uniqname with no result.
I was actually able to solve the problem renumbering with pymol, by using the simple alter command (keeping the 3 chains and renumbering residues in succession) thus avoiding the use of pdb_reres
Will have a look at the tutorials you provided just for the fun of it.