require("header.html"); ?>
* Files representing the two starting conformations have to be in PDB format, specifically each file have to contain two chains with "TER" after each of them, and the occupancy column of the backbone atoms have to larger than 0.
** Conservation files are the output of the ConSurf server on each of the chains in the complex. These are not mandatory but are recommended.
// Get counter and add 1 to it
// $Hits = @file('Hitcounter.txt');
// $Hits = $Hits[0] + 1;
// Write back to the file
// $FHits = fopen('Hitcounter.txt', 'w');
// fwrite($FHits, $Hits);
// fclose($FHits);
// Show the number of hits
// echo "
Visited: ".$Hits."
"; ?> require("footer.html"); ?>