Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix global atom mapping #50

Merged
merged 3 commits into from
Feb 18, 2021
Merged

Fix global atom mapping #50

merged 3 commits into from
Feb 18, 2021

Conversation

akhoroshev
Copy link
Contributor

No description provided.

@akhoroshev akhoroshev requested a review from tiermak February 15, 2021 18:02
@@ -26,6 +28,12 @@ import Linear.V3 (V3(..))

import Control.Monad (guard)

data AtomPDBId = AtomPDBId { atomSerial :: Int, atomChainID :: Char }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess, it's better to move it into Type.hs as it's used not only here but in PDB.hs as well.

@akhoroshev akhoroshev requested a review from tiermak February 16, 2021 08:05
@akhoroshev akhoroshev force-pushed the akhoroshev/fix-global-mapping branch from 110e674 to e817622 Compare February 18, 2021 08:37
@akhoroshev akhoroshev merged commit a6aec57 into master Feb 18, 2021
@akhoroshev akhoroshev deleted the akhoroshev/fix-global-mapping branch February 18, 2021 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants