Skip to content

Instantly share code, notes, and snippets.

View YoshitakaMo's full-sized avatar

Yoshitaka Moriwaki YoshitakaMo

  • The University of Tokyo
  • Bunkyo-ku, Hongo, Tokyo, Japan
  • X @Ag_smith
View GitHub Profile
@YoshitakaMo
YoshitakaMo / alphafold
Last active February 10, 2024 05:27
alphafold shell script
#!/bin/bash
############################################################
# このファイルを作成後、chmod +x alphafoldで実行権限を付加し、
# $ALPHAFOLDDIR/bin/ ディレクトリを作成してそこに配置するのがおすすめ
############################################################
### set your environment module path
# . /usr/local/Modules/init/profile.sh
### require cuda 11.8 or later