Backported PROPKA code base to Python2.
Now this same code can be run with either Python2.7 or Python3.
This commit is contained in:
committed by
Mike Beachy
parent
2aaf2d3a48
commit
cfab0bbe69
@@ -3,7 +3,7 @@
|
||||
# Molecular container for storing all contents of pdb files
|
||||
#
|
||||
#
|
||||
|
||||
from __future__ import division
|
||||
import os, Source.pdb, sys, Source.version, Source.output, Source.conformation_container, Source.group, Source.lib
|
||||
|
||||
class Molecular_container:
|
||||
|
||||
Reference in New Issue
Block a user