Skip to content

Instantly share code, notes, and snippets.

@JonasR
Created June 22, 2012 00:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonasR/2969610 to your computer and use it in GitHub Desktop.
Save JonasR/2969610 to your computer and use it in GitHub Desktop.
FoldX runfile
<TITLE>FOLDX_runscript;
<JOBSTART>#;
<PDBS>#;
<BATCH>list.txt;
<COMMANDS>FOLDX_commandfile;
<BuildModel>#,individual_list.txt;
<END>#;
<OPTIONS>FOLDX_optionfile;
<Temperature>298;
<R>#;
<pH>7;
<IonStrength>0.050;
<water>-CRYSTAL;
<metal>-CRYSTAL;
<VdWDesign>2;
<OutPDB>true;
<pdb_hydrogens>false;
<complex_with_DNA> false;
<END>#;
<JOBEND>#;
<ENDFILE>#;
@JonasR
Copy link
Author

JonasR commented Jun 22, 2012

list.txt = '2gjxA_secondD_repaired.pdb'
individual_list.txt: https://gist.github.com/2969614

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment