Skip to content

Commit

Permalink
Added test for issue 98 (#115)
Browse files Browse the repository at this point in the history
* Added issue98 test for only alpha carbons
  • Loading branch information
charnley authored Nov 24, 2024
1 parent 101409f commit d1dffad
Show file tree
Hide file tree
Showing 5 changed files with 4,036 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rmsd/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from rmsd.calculate_rmsd import main

if __name__ == "__main__":
result = main()
print(result)
Loading

0 comments on commit d1dffad

Please sign in to comment.