PDB file name too long to be handled by file system
Hello,
in ddg_monomer module, we have encountered a problem with the length of the PDB file name when predicting mutant with 50+ mutations. Since Rosetta constructs the PDB file name based on the mutations included in the predicted mutant as prefix + list of mutations, with a large number of mutations this file name can be longer than 255 characters which causes the file system to be unable to store the PDB file. Is there any way how to prevent this behavior, for example set rosetta to store PDB file under user given name? Thank you for you answer.