Hello,
I’ve been learning to make mutations to a single beta chain of an HLA molecule with SCWRL and had success so far. However, I was wondering if it is possible to make mutations in the Alfa, Beta, and peptide chains all at the same time, in one run by processing the entire pdb file, without deleting anything. The setup of the -s file I tried is something similar to the following:
mikeehviiqaefyln
AgdtQprflwqGk
pvskmrmatpllmqalp
Each line for A, B and peptide chains respectively. The problem is that the program reads all of them as a single line, resulting in a: ‘Warning! Length of the provided sequence exceeds the number of residues! Sequence will be truncated!’. Also tried separating them with commas and using separate files with no luck. Is this possible to achieve? Could you also include water atoms in the -s file as a lowercase 'w'?
Thank you.