Skip to content

Commit

Permalink
Merge pull request #51 from Pranavkhade/50-rotation-code-fix-1
Browse files Browse the repository at this point in the history
rotation fix 1
  • Loading branch information
Pranavkhade authored Aug 3, 2023
2 parents 875e1b0 + fcc71f6 commit f03dc55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packman/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@


#VERSION CHANGE HERE CHANGES IT IN docs AND setup.py
__version__='1.4.9'
__version__='1.4.10'
1 change: 1 addition & 0 deletions packman/molecule/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class Model():
def __init__(self,id,AllAtoms,AllResidues,AllChains,AllHetAtoms,AllHetMols):
self.__id=id
self.__AllAtoms=AllAtoms
self.__AllAtoms_inverse = { self.__AllAtoms[i]:i for i in self.__AllAtoms }
self.__AllResidues=AllResidues
self.__AllChains=AllChains
self.__AllHetAtoms=AllHetAtoms
Expand Down

0 comments on commit f03dc55

Please sign in to comment.