Skip to content

Commit 63a45e1

Browse files
authored
Remove relion from dlstbx (#355)
- Remove python-relion as a dependency in requirements - Remove installation of python-relion in the DockerFile - Remove relion stop service system test
1 parent 79c18d9 commit 63a45e1

File tree

3 files changed

+1
-50
lines changed

3 files changed

+1
-50
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ RUN source /dials/dials \
1313
RUN source /dials/dials \
1414
&& sed -i'' 's|libtbx.conda|/dials/conda_base/condabin/conda|' "/dials/modules/dlstbx/src/dlstbx/requirements.py" \
1515
&& libtbx.python /dials/modules/dlstbx/contrib/candygram.py dials dials_data dials_research dlstbx dxtbx fast_dp screen19 sphinx xia2 zocalo \
16-
&& conda install -y --file=/dials/modules/dlstbx/requirements.conda.txt python-relion
16+
&& conda install -y --file=/dials/modules/dlstbx/requirements.conda.txt
1717

1818
CMD ["dials.version"]

requirements.conda.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ pydantic>=2.0.3
1818
pytest
1919
pytest-mock
2020
python-jose
21-
python-relion
2221
pyyaml
2322
pyzmq
2423
seaborn

src/dlstbx/system_test/relion.py

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)