Skip to content

Commit

Permalink
Update v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-chaaban committed Jan 31, 2024
1 parent b30109c commit 20a9c78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion alphascreen/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import os

__version__ = '1.21'
__version__ = '1.22'
_ROOT = os.path.abspath(os.path.dirname(__file__))
2 changes: 2 additions & 0 deletions alphascreen/analyze.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import json
import matplotlib
import matplotlib.pyplot as plt
from pathlib import Path
import numpy as np
Expand All @@ -13,6 +14,7 @@
import time
import pymol
import math
matplotlib.use('Agg')

def getscores(rankby):

Expand Down

0 comments on commit 20a9c78

Please sign in to comment.