Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenFold
Commits
c269978a
Commit
c269978a
authored
Jul 19, 2022
by
Gustaf Ahdritz
Browse files
Make Biopython optional
parent
68a48604
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
openfold/utils/superimposition.py
openfold/utils/superimposition.py
+4
-1
No files found.
openfold/utils/superimposition.py
View file @
c269978a
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment