I am reading the biorxiv preprint and I understand I could use the CARP models to predict/calculate stability and melting temperature from a query protein sequence? Would it be possible to have a utils script to do that from this codebase?
In Facebook's ESM, for example, there is a likelihood score calculator script that does something of the like:
esm/examples/inverse_folding/score_log_likelihoods.py ./examples/inverse_folding/data/5YH2.pdb ./examples/inverse_folding/data/5YH2_mutated_seqs.fasta --chain C --outpath output/5YH2_mutated_seqs_scores.csv
Would it be possible to have an equivalent for CARP? Thanks in advance.