Ernest Glukhov
Ernest Glukhov
@fengshikun hi, were you able to train the model?
I am experiencing the same issue with strange names or predictions that include `H*`. Additionally, it seems to be overwriting some files. I originally had 266 YAML files in the...
I think I found the problem. Sample name is defined here: https://github.com/jwohlwend/boltz/blob/main/src/boltz/data/parse/schema.py#L868 Which should come from the function parameter here: https://github.com/jwohlwend/boltz/blob/main/src/boltz/data/parse/schema.py#L459 But recently someone added this code here: https://github.com/jwohlwend/boltz/blob/main/src/boltz/data/parse/schema.py#L654 Which...
It was fixed here: https://github.com/jwohlwend/boltz/commit/bed74738cd5cc74327c51ee7368e942c2e234bf6
I think you can try to use Colabfold separately: https://github.com/sokrypton/ColabFold There is local version: https://github.com/YoshitakaMo/localcolabfold It supports batch jobs and other options. This way you can avoid using web server....