-
Notifications
You must be signed in to change notification settings - Fork 9
Rosetta
Bart Verleye edited this page Feb 26, 2015
·
5 revisions
Table of Contents
- Homepage: https://www.rosettacommons.org/x
-
Versions available:
- 3.5-gcc-4.4.6
- 3.5-ictce-5.4.0
- 3.5-mpi-gcc-4.4.6
- Licensing: Rosetta is freely available to academic and government laboratories
Rosetta is the premier software suite for modeling macromolecular structures. As a flexible, multi-purpose application, it includes tools for structure prediction, design, and remodeling of proteins and nucleic acids.
Job description (download)
#!/bin/bash
#SBATCH -J fixbb.mpi
#SBATCH -A nesi99999 # Project Account
#SBATCH --time=01:00:00 # Walltime
#SBATCH --mem-per-cpu=8096 # Memory/cpu (in MB)
#SBATCH --ntasks=16 # Number of proccessor cores to use
module load Rosetta/3.5-mpi-gcc-4.4.6
srun fixbb.mpi.linuxgccrelease -no_binary_dunlib -s 1l2y_centroid.pdb -centroid_input -score:weights centroid_des.wts -out:file:scorefile score.cen_sc
Job description (download)
#!/bin/bash
#SBATCH -J fixbb.serial
#SBATCH -A nesi99999 # Project Account
#SBATCH --time=01:00:00 # Walltime
#SBATCH --mem-per-cpu=8096 # memory/cpu (in MB)
module load Rosetta/3.5-gcc-4.4.6
srun fixbb.linuxgccrelease -no_binary_dunlib -s 1l2y_centroid.pdb -centroid_input -score:weights centroid_des.wts -out:file:scorefile score.cen_sc