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
Hi @xiaotianzhou1982, sorry about the delay getting back to you, I've just noticed this. So there's a list attribute in CoiledCoil objects called orientations, which defines the orientation of each helix in relation to the super-helical axis. You can redefine this, and any other parameter, then rebuild using the build method:
In [1]: importisambard.specificationsasspecsIn [2]: ap_tet=specs.CoiledCoil(4)
In [3]: ap_tet.orientationsOut[3]: [1, 1, 1, 1]
In [4]: ap_tet.orientations= [0, 1, 0, 1]
In [5]: ap_tet.build()
How to generate an anti-parallel coiled-coil of 4 chains? Can you give me an example ? Thanks!
The text was updated successfully, but these errors were encountered: