本家様 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件
2025-05-24 2025-05-22 2025-05-21 2025-05-20 2025-05-19 2025-05-18 2025-05-17 2025-05-14 2025-05-13 2025-05-12 2025-05-11 2025-05-08 2025-05-07 2025-05-06 2025-05-05 2025-05-04 2025-05-03 2025-04-27 2025-04-26 2025-04-25 2025-04-24 2025-04-17 2025-04-13 2025-04-02 2025-04-01 2025-03-31 2025-03-29 2025-03-28 2025-03-27 2025-03-26 2025-03-23 2025-03-22 2025-03-20

edit


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