Darkknight900 Lv 1
Hi all ;)
Just thought about functions that let the scripts work with the amino acids.
Since there are different amino acids we have a different amount of points where to pull it.
get_aa_locs(seg or aa) get amount of different points where to pull or bind the protein.
after that we can bind it with another function.
band_add_segment_aa(segment1, segment2, aa_loc2)
band_add_aa_aa(segment1, aa_loc1, segment2, aa_loc2)
With these functions we can rebuild a structure so that it can be optimized to form to a specific segment.
Just a thought here maybe someone other can think of more usages and / or different functions.