Installing SBGrid Software
Using the SBGrid Environment
Support for Site Administrators
Hardware Support Notes
Getting Help
Support for Developers
Below we provide a sample bash script, a fasta file renamed from one of the RFAA examples and a config yaml file.
You must run RFAA outside of the installation directory.
In order to do this you must provide your own config yaml file(s) and set the location of this yaml file. We show an example using the --config-dir option from hydra.
These environment variables must be set:
ROSETTAFOLDAA_X
ROSETTAFOLD_DB_PATH
RFAA_DIR
DGLBACKEND
In addition, the script below uses a project directory that needs to be set or changed:
The example script expects two files in the current directory:
sbgrid_example.yaml
and
sbgrid_example.fasta
We purposely renamed these example files to be sure we're using our own files and not the examples files that come with RFAA.
MY_PROJ_DIR= cd ${MY_PROJ_DIR}
module load cuda/11.2
source /programs/sbgrid.shrc
export ROSETTAFOLDAA_X=bf21483
export DGLBACKEND=pytorch export ROSETTAFOLD_DB_PATH=/n/shared_db/RoseTTAFold export RFAA_DIR=/programs/x86_64-linux/rosettafoldaa/${ROSETTAFOLDAA_X}/RoseTTAFold-All-Atom
python.rfaa --version
python.rfaa -m rf2aa.run_inference \ --config-name sbgrid_example --config-dir ./ \ checkpoint_path=${RFAA_DIR}/RFAA_paper_weights.pt \ database_params.command=${RFAA_DIR}/make_msa.sh \ database_params.hhdb=${ROSETTAFOLD_DB_PATH}/pdb100_2021Mar03/pdb100_2021Mar03
This version of the page was edited by James Vincent at 2024-05-17 11:43:42. View the most recent version.