This file contains hidden or 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
| #!/bin/bash | |
| module purge | |
| module load rosetta | |
| cd models | |
| for i in {1..11}; | |
| do | |
| fixbb.mpi.linuxgccrelease -s ca_trace_protein_${i}.pdb -overwrite -ignore_zero_occupancy false |
This file contains hidden or 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
| <ROSETTASCRIPTS> | |
| <SCOREFXNS> | |
| <ScoreFunction name="ref15" weights="ref2015.wts" /> | |
| </SCOREFXNS> | |
| <RESIDUE_SELECTORS> | |
| <Chain name="Protein" chains="A"/> | |
| <Chain name="DNA_Strain1" chains="B"/> | |
| <Chain name="DNA_Strain2" chains="C"/> | |
| <Chain name="DNA" chains="B,C"/> | |
| </RESIDUE_SELECTORS> |