You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My question is how much customizable foldcomp compression procedure?
I want to exclude all bytes related to amino acid types and side chain angles during compression. Only has backbone atom coordinates. How much is it possible to have this unique compression type which needs fewer bytes to store?
Which part of the code should be changed?
Thanks
The text was updated successfully, but these errors were encountered:
Currently, it's not implemented but exclusion of side chain angles would be easier while removal of amino acid types is tricky.
Without side chain angles, it requires 8 bytes per amino acids to encode backbone (5.5 bytes/AA less compared to with side-chain angles. bytes for anchor coordinates omitted).
I need to look into the code which part should be changed to accomplish this.
I'll try implementing the backbone-only mode soon.
Hello
Thank you for this useful repository.
My question is how much customizable foldcomp compression procedure?
I want to exclude all bytes related to amino acid types and side chain angles during compression. Only has backbone atom coordinates. How much is it possible to have this unique compression type which needs fewer bytes to store?
Which part of the code should be changed?
Thanks
The text was updated successfully, but these errors were encountered: