Created
October 8, 2013 20:48
-
-
Save wendao/6891385 to your computer and use it in GitHub Desktop.
boinc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#test locally | |
boinc_test boinc_submit.txt | |
/work/boinc/bin/run_test_rah.pl run.fold.boinc.job | |
#submit small cases | |
~boinc/bin/ralph_submit boinc_submit.txt | |
~boinc/bin/boinc_submit boinc_submit.txt | |
#check success rate | |
~boinc/bin/ralph_q wendao | |
~boinc/bin/boinc_q wendao | |
#scale to big size | |
ralph_resize -size 10000 [id] | |
#get results | |
/net/BOINC/results/[name] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://homes.cs.washington.edu/~scooper/foldit_builds/ | |
To load a PDB, enter into any puzzle in the game, then press | |
CTRL+ALT+SHIFT+A to load a protein, CTRL+ALT+SHIFT+S to save. | |
To use DSSP to assign secondary structure: CTRL+ALT+SHIFT+D | |
How do we see CPK view, CPK + Hydrogen view, active site view? | |
=> Use following hotkeys | |
1) CPK view -> press CTRL + SHIFT + C | |
2) CPK + Hydrogen view -> press CTRL + SHIFT + V | |
3) Active site view -> press CTRL + SHIFT + X |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment