本家様 https://emcore.ucsf.edu/ucsf-motioncor2

ライセンスにご注意ください
本家様から

NOTE: This software may only be downloaded and used for free by academic and/or non-profit users.
      All others are required to contact David Agard for licensing information prior to download.

使用するには nvidia cardが必要です。

MotionCor2-1.3.0

前回同様 8.0、9.2、10.1とかのcudaライブラリが必要
計算機の搭載メモリーは128GBが推奨で、対象に寄るが64GBでも動くみたい

MotionCor2-1.2.6

利用できるcudaのバージョンが、8.0、9.2、10.1と広がった。

MotionCor3-1.0.1

ここで公開
https://github.com/czimaginginstitute/MotionCor3

READMEに

MotionCor3, an improved implementation of MotionCor2 with  addition of CTF (Contrast Transfer Function) estimation, 
is a multi-GPU accelerated software package that enables single-pixel level correction of anisotropic beam induced 
sample motion for cryo-electron microscopy and cryo-electron tomography images.
 
(DeepL様翻訳)
MotionCor3は、MotionCor2にCTF (Contrast Transfer Function)推定を追加した改良版で、低温電子顕微鏡および
低温電子トモグラフィー画像において、ビームによる試料の動きの異方性を1ピクセルレベルで補正できる
マルチGPUアクセラレーションソフトウェアパッケージです。

とある
っでライセンスは「BSD 3-Clause "New" or "Revised" License」となっているので企業利用も大丈夫みたい.

cd /apps
git clone https://github.com/czimaginginstitute/MotionCor3
cd MotionCor3
make exe -f makefile11 CUDAHOME=/usr/local/cuda-11.7
 
ls -l /apps/MotionCor3/MotionCor3

Environment Modulesは「/apps/modulefiles/MotionCor3」で

#%Module
set-alias MotionCor3 /apps/MotionCor3/MotionCor3
set-alias motioncor3 /apps/MotionCor3/MotionCor3

とかで.

ubuntu22.04でコンパイルすると
/usr/bin/ld: /apps/MotionCor3/Lib/libmrcfile.a(CLoadExtHeader.o): relocation R_X86_64_32 against symbol `__gxx_personality_v0@@CXXABI_1.3' can not be used when making a PIE object; recompile with -fPIE」と表示される
回避策としてはmakefile11を下記のようにする.

--- a/makefile11
+++ b/makefile11
@@ -162,7 +162,7 @@ exe: $(OBJS)
        -L$(CUDALIB) \
        -L$(CONDA)/lib \
        -L/usr/lib64 \
-       -lcufft -lcudart -lcuda -lnvToolsExt -ltiff -lc -lm -lpthread \
+       -lcufft -lcudart -lcuda -lnvToolsExt -ltiff -lc -lm -lpthread -Xcompiler -no-pie \
        -o MotionCor3
        @echo MotionCor3 has been generated.
最新の60件
2024-10-11 2024-10-10 2024-10-09 2024-10-08 2024-10-06 2024-10-05 2024-10-04 2024-10-03 2024-10-02 2024-10-01 2024-09-30 2024-09-29 2024-09-28 2024-09-27 2024-09-22 2024-09-20 2024-09-17 2024-09-12 2024-09-09 2024-09-08 2024-09-06 2024-09-05 2024-09-04 2024-09-02 2024-09-01 2024-08-31 2024-08-28 2024-08-18 2024-08-17 2024-08-16 2024-08-15 2024-08-14 2024-08-11

edit


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2024-02-04 (日) 14:22:36