I moved the folder containing my PiPEs. It worked fine
before I moved it but now it doesn't start.
In order for PiPEs to work, there must be a copy of Protein Explorer
on the same computer or server, and it must be "side by side"
with the directories
my_molecules/pipes/, which must begin with exactly the directory names
my_molecules/pipes/.
For example, these two must be side by side in the same directory:
my_molecules/pipes/
protein_explorer_2.73_alpha/
Then, make sure that the file
my_molecules/pipes/template/pe_path.js
is present and correctly defines the path from itself to PE in
the variable pe_path. In the example
above, the correct path would be "../../protein_explorer_2.73_alpha/".
You can have multiple versions of PE side by side; pe_path specifies
which version your PiPEs will employ.
Finally, make sure the paths to the files pe_path.js and pstart.js in
pipes/template are correctly specified in the index.htm file in
your PiPE. For example, if your PiPE is in
my_molecules/pipes/mypipes/my_pipe1/index.htm
then index.htm must contain near the top
<script src="../../template/pe_path.js"></script>
<script src="../../template/pstart.js"></script>
The number of steps back ("../") to template must be correct.
See also publishing your PiPEs on a server.
When I save a PiPE PDB file from PE (Chime) onto a Macintosh,
the filename is truncated. When I load the saved file into PE,
it fails with an error message that the filename should end in "_pipe.pdb".
Netscape 4.8 (running in Classic) under Mac OSX cannot handle filenames
longer than 31 characters. Thus, a file named
"1ucy_consurf_1111617002_pipe.pdb" (32 characters long) will be saved
as
"1ucy_consurf_1111617002_pipe.pd" (31 characters long) with the final "b"
truncated. If you rename the file, adding the final "b", attempting to
load it into Empty PE with the Browse button will produce a strangely
corrupted filename. The solution is to use shorter filenames (less than
or equal to 31 characters).