Installing SBGrid Software
Using the SBGrid Environment
Support for Site Administrators
Hardware Support Notes
Getting Help
Support for Developers
:<<ACKNOWLEDGE
If your use of SBGrid compiled software was an important element in
your publication, please include the following statement in your work:
"Software used in the project was installed and configured by SBGrid
(cite: eLife 2013;2:e01456, Collaboration gets the most out of software.)
ACKNOWLEDGE
curl -kLO http://webclu.bio.wzw.tum.de/stride/stride.tar.gz
mkdir stride mv stride.tar.gz stride cd stride tar zxf stride.tar.gz make
stride_path=pwd
/stride
echo "STRIDE path: ${stride_path} "
cd ..
module load cuda/11.2
source /programs/sbgrid.shrc
mcp_dir=/programs/x86_64-linux/embuild/1.0/bin/mcp
ulimit -s 1048576
curl -kLO http://huanglab.phys.hust.edu.cn/EMBuild/6N52.tgz tar zxf 6N52.tgz cd ./6N52/
python.embuild ${mcp_dir}/mcp-predict.py -i emd_0346.map -o 0346_MC.mrc -m ${mcp_dir}/model_state_dict
SWORD -i 6N52_A_AF2.pdb -m 15 -v > 6N52_A_AF2_SWORD.out SWORD -i 6N52_B_AF2.pdb -m 15 -v > 6N52_B_AF2_SWORD.out
asgdom 6N52_A_AF2.pdb 6N52_A_AF2_SWORD.out 6N52_A_AF2_doms.pdb asgdom 6N52_B_AF2.pdb 6N52_B_AF2_SWORD.out 6N52_B_AF2_doms.pdb
cat *_doms.pdb > init_chains.pdb
EMBuild 0346_MC.mrc init_chains.pdb 4.0 6N52_EMBuild.pdb
rearrangepdb 6N52_EMBuild.pdb 6N52_EMBuild_rearranged.pdb
EMBuild 0346_MC.mrc 6N52_EMBuild_rearranged.pdb 4.0 6N52_EMBuild_scored.pdb \ --score -stride ${stride_path}
This version of the page was edited by James Vincent at 2023-03-06 20:13:03. View the most recent version.