centos7でrelion-5.0.1を作ってみた

まずはレポジトリを修正します
CentOS/repo
そしてsclを入れます
CentOS/devtoolset
あとcmakeも古いので3.27以上のcmakeを入れる
cmake

っでcondaは miniforge3 で作って relionの environment.yml は下記のように修正してみた

@@ -5,6 +5,14 @@ dependencies:
   - pip
   - python=3.10
   - setuptools=59.5.0
+  - cmake>=3.26
+  - compilers
+  - sysroot_linux-64
+  - arrow-cpp
+  - pyarrow
+  - numpy=1.26
+  - scipy
+  - scikit-learn
   - pip:
       - torch==2.0.1
       - torchvision==0.15.2
@@ -12,7 +20,6 @@ dependencies:
       - mrcfile==1.4.3
       - starfile>=0.5.6
       - loguru==0.7.0
-      - scikit-learn==1.3.0
       - umap-learn==0.5.3
       - matplotlib==3.7.2
       - morphosamplers==0.0.13
@@ -26,8 +33,6 @@ dependencies:
       - fastcluster==1.2.6
       - seaborn==0.12.2
       - dill==0.3.7
-      - numpy==1.26.1
-      - scipy==1.11.2
       - git+https://github.com/3dem/relion-classranker
       - git+https://github.com/3dem/relion-blush
       - git+https://github.com/3dem/DynaMight

condaでは遅かったので mambaを使った

mamba env create -f environment.yml
最新の60件
2026-03-15 2026-03-14 2026-03-13 2026-03-11 2026-03-07 2026-03-06 2026-03-04 2026-03-02 2026-03-01 2026-02-26 2026-02-24 2026-02-21 2026-02-18 2026-02-17 2026-02-16 2026-02-11 2026-02-09 2026-02-07 2026-02-06 2026-02-03 2026-02-02 2026-02-01 2026-01-31 2026-01-26 2026-01-24 2026-01-18 2026-01-17 2026-01-12 2026-01-10 2026-01-09 2026-01-08 2026-01-04 2025-12-28 2025-12-27 2025-12-12

edit


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2026-02-03 (火) 02:16:10