本家様 https://cryocat.readthedocs.io/latest/
git https://github.com/turonova/cryoCAT

Contextual Analysis Tools for cryoET and subtomogram averaging
(deepL様翻訳:クライオETおよびサブトモグラム平均化のためのコンテキスト解析ツール)

インストール

pyenv/anacondaで作ってます
まずconda環境を読み込みます

source /apps/pyenv/versions/anaconda3-2024.10-1/etc/profile.d/conda.sh

もしまだconda環境を作ってないなら

git clone https://github.com/yyuu/pyenv.git /apps/pyenv
export PYENV_ROOT=/apps/pyenv
export PATH=$PYENV_ROOT/bin:$PATH
pyenv install anaconda3-2024.10-1
source /apps/pyenv/versions/anaconda3-2024.10-1/etc/profile.d/conda.sh

とします.

その上で

conda  create -n cryoCAT scipy==1.9.1 numpy==1.23.4 pandas==1.5.3 scikit-image==0.20.0 emfile==0.3.0 mrcfile==1.4.3 matplotlib==3.6.2 seaborn==0.12.1 scikit-learn==1.0.2 lmfit==1.2.2 h5py==3.10.0 -c conda-forge
 
conda activate cryoCAT
 
cd /apps
 
git clone https://github.com/turonova/cryoCAT
 
cd cryoCAT
 
pip install -e .

environment-modules

「/apps/modulefiles/cryoCAT」

#%Module1.0
set          root       /apps/pyenv/versions/anaconda3-2024.10-1/envs/cryoCAT
prepend-path PATH       $root/bin

JupyterLab

みかんせい

使い方としては「ipython」か「jupyter notebook」「jupyter lab」経由でインターラクティヴな感じで操作でしょうか.

最新の60件
2026-01-18 2026-01-17 2026-01-16 2026-01-12 2026-01-11 2026-01-10 2026-01-09 2026-01-08 2026-01-06 2026-01-04 2026-01-01 2025-12-31 2025-12-28 2025-12-27 2025-12-12 2025-12-11 2025-12-09 2025-12-08 2025-12-07 2025-12-05 2025-11-30 2025-11-27 2025-11-24 2025-11-23 2025-11-18 2025-11-16 2025-11-05 2025-11-03 2025-11-02 2025-10-30 2025-10-29 2025-10-28 2025-10-26 2025-10-25 2025-10-24 2025-10-22 2025-10-21 2025-10-17 2025-10-13 2025-10-11 2025-10-06 2025-10-05

edit


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2025-03-26 (水) 12:07:34