本家様 https://github.com/ml-struct-bio/drgnai
Ab initio cryo-EM and cryo-ET reconstruction
CryoDRGN-AI is a neural network-based algorithm for ab initio heterogeneous cryo-EM and cryo-ET subtomogram reconstruction.
(deepL様翻訳
CryoDRGN-AIは、第一原理異種低温電子顕微鏡および低温電子顕微鏡サブトモグラム再構成のためのニューラルネットワークベースのアルゴリズムです。python アプリで conda による仮想実行環境を作ります
source /apps/pyenv/versions/anaconda3-2024.10-1/etc/profile.d/conda.shっで
conda create --name drgnai python=3.9
conda activate drgnai
cd /apps
git clone git@github.com:ml-struct-bio/drgnai.git
cd drgnai/
pip install .っで完了
「/apps/modulefiles/drgnai」
#%Module
set root /apps/pyenv/versions/anaconda3-2024.10-1/envs/drgnai
prepend-path PATH $root/bin