-
Notifications
You must be signed in to change notification settings - Fork 12
/
autoPACK_filePaths.xml
28 lines (28 loc) · 1.68 KB
/
autoPACK_filePaths.xml
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
<?xml version="1.0" ?>
<autoPACK_FilePaths>
<paths
autoPACKserver="http://autofill.googlecode.com/git/"
autoPackDataRightBasePath="http://autofill.googlecode.com/git/dataRight/"
autoPackDataLeftBasePath="http://autofill.googlecode.com/git/data/"
autoPackDataBasePath="http://autofill.googlecode.com/git/data/"
localDataBase="autopackdir/"
/>
</autoPACK_FilePaths>
<!--
this part should go in the recipe
recipesData=autoPackDataBasePath+recipeName+"/"
resultsAprPath = recipesData+"Results/autoPACK_ResultFiles/"
recipesPath = recipesData+"Recipes/HybridFiles/"
componentsPath = recipesData+"Components/"
containersFilePath = componentsPath+"HybridFiles/Containers/"
ingredientsFilePath = componentsPath+"HybridFiles/Ingredients/"
representationsFilePath = componentsPath+"Representations/"
containerRepresentationsPath = representationsFilePath+"Containers/"
ingredientRepresentationsPath = representationsFilePath+"Ingredients/"
componentsDataPath = componentsPath+"Data/"
componentsBioUnitMatricesPath = componentsDataPath+"BioUnitMatrices/"
componentsCollisionTreesPath = componentsDataPath+"CollisionTrees/"
componentsOtherDataPath = componentsDataPath+"OtherData/"
componentsPackingSurfacesPath = componentsDataPath+"PackingSurfaces/"
componentsPDBsPath = componentsDataPath+"PDBs/"
componentsVolumeMapsPath = componentsDataPath+"VolumeMaps/"-->