Skip to content
Snippets Groups Projects
Commit 153c814a authored by Gerardo Tauriello's avatar Gerardo Tauriello
Browse files

Merge branch 'develop'

parents 4e0b05e9 9412434f
Branches
No related tags found
No related merge requests found
ARG VERSION_OST="2.3.0" ARG VERSION_OST="latest"
FROM registry.scicore.unibas.ch/schwede/openstructure:${VERSION_OST} FROM registry.scicore.unibas.ch/schwede/openstructure:${VERSION_OST}
## We need to declare ARGs again which were declared before the build stage ## We need to declare ARGs again which were declared before the build stage
## (FROM directive), otherwise they won't be available in this stage. ## (FROM directive), otherwise they won't be available in this stage.
......
...@@ -23,7 +23,6 @@ from timeit import default_timer as timer ...@@ -23,7 +23,6 @@ from timeit import default_timer as timer
import numpy as np import numpy as np
import requests import requests
import ujson as json import ujson as json
import gemmi
import pandas as pd import pandas as pd
import ihm import ihm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment