Hi,
I am interested in modifying FragFold to support custom tiling offsets for fragment generation. For example, a 3 aa increment when generating fragments could speed up peptide binding prediction considerably with some loss of accuracy. A finer 1 aa pass could then be done around peaks to refine the prediction.
I understand that the file fragfold/src/colabfold_create_msa.py is involved in generating the fragments, which I will modify. Are there other files which would also need modification, such as those involved in the analysis steps?
Thanks!