1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
#Build Configuration file for pdb2pqr
#While you can specify these on the command line with var=value
# this is the recommended way to setup a build.
#Uncomment the values you would like to change and set new values.
#Installation PREFIX
#Sets the install location of pdb2pqr.
#This defaults to ~/pdb2pqr
#PREFIX="~/pdb2pqr"
#Website URL
#Sets the url of pdb2pqr's web interface.
#This defaults to http://<COMPUTER NAME>/pdb2pqr/
# where <COMPUTER NAME> is the network name of the computer.
#URL="http://<COMPUTER NAME>/pdb2pqr/"
#APBS binary
#Change this to specify the location of the APBS binary if installed.
#This is used for the web interface to pdb2pqr. Provide an absolute path. Relative paths and ~ usually will not work correctly.
#APBS=""
#OPAL service URL
#Set this value to use an opal service for processing
# pdb2pqr jobs for the web front end.
#OPAL="http://nbcr-222.ucsd.edu/opal2/services/pdb2pqr_1.8"
#APBS_OPAL service URL
#Set this value to use an opal service for processing
# apbs jobs for the web front end.
#APBS_OPAL="http://nbcr-222.ucsd.edu/opal2/services/apbs_1.3"
#MAX_ATOMS
#Sets the maximum number of atoms in a protein for non-Opal job submission.
#Only affects web tools. Default is 10000.
#MAX_ATOMS=10000
#BUILD_PDB2PKA
#Set to False to skip building ligand and pdb2pka support. Requires numpy.
# Defaults to True
#BUILD_PDB2PKA=False
#DEBUG
#Set to True to build compiled extentions with debug headers.
#Defaults to False
DEBUG=True
#CXXFLAGS
#Set to add extra CXX flags to the build.
#Defaults to ""
#EXTRA_CXXFLAGS="-fPIC"
#EXTRA_LINKFLAGS
#Set to add extra CXX flags to the build.
#Defaults to ""
#EXTRA_LINKFLAGS=""
#REBUILD_SWIG
#Set to True to rebuild the swig bindings.
# Requires swig on the the user path.
# Defaults to False
#REBUILD_SWIG=True
|