Skip to content

Commit

Permalink
Updated PCAmovies
Browse files Browse the repository at this point in the history
  • Loading branch information
alsinmr committed Jan 26, 2024
1 parent 4f09e86 commit b844b85
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 2 deletions.
Binary file removed .DS_Store
Binary file not shown.
Binary file removed Data/.DS_Store
Binary file not shown.
Binary file removed IO/.DS_Store
Binary file not shown.
5 changes: 3 additions & 2 deletions PCA/PCAmovies.py
Original file line number Diff line number Diff line change
Expand Up @@ -568,8 +568,9 @@ def bond_interactive(self,rho_index=None,frac:float=0.75,
'rho_index':rho_index,
'file':os.path.join(self.molsys.directory,'xtc_temp')}

chimera=self.pca.project.chimera
chimera.CMX.add_event(chimera.CMXid,'PCAtraj',out)
CMXid=self.molsys.movie.CMXid
CMX=self.molsys.movie.CMX
CMX.add_event(CMXid,'PCAtraj',out)


if self.thread is not None:self.thread.stop()
Expand Down
Binary file removed Project/.DS_Store
Binary file not shown.
Binary file removed chimeraX/.DS_Store
Binary file not shown.
Binary file removed misc/.DS_Store
Binary file not shown.
Binary file removed pdbs/.DS_Store
Binary file not shown.
Binary file removed tests/.DS_Store
Binary file not shown.

0 comments on commit b844b85

Please sign in to comment.