Commit c269978a authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Make Biopython optional

parent 68a48604
...@@ -11,8 +11,11 @@ ...@@ -11,8 +11,11 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
try:
from Bio.SVDSuperimposer import SVDSuperimposer
except:
pass
from Bio.SVDSuperimposer import SVDSuperimposer
import numpy as np import numpy as np
import torch import torch
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment