-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmodule.xml
More file actions
40 lines (40 loc) · 2.11 KB
/
module.xml
File metadata and controls
40 lines (40 loc) · 2.11 KB
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
<module xmlns="http://labkey.org/moduleProperties/xml/">
<properties>
<propertyDescriptor name="DNABankContainer">
<canSetPerContainer>true</canSetPerContainer>
<editPermissions>
<permission>ADMIN</permission>
</editPermissions>
<description>This is the containerPath to the folder holding the primary data for DNA Bank. Use of slashes is very important - it should be in the format '/myProject/folder'</description>
</propertyDescriptor>
<propertyDescriptor name="MHCContainer">
<canSetPerContainer>true</canSetPerContainer>
<editPermissions>
<permission>ADMIN</permission>
</editPermissions>
<description>This is the containerPath to the folder holding the primary data for MHC Typing. Use of slashes is very important - it should be in the format '/myProject/folder'</description>
</propertyDescriptor>
<propertyDescriptor name="ParentageContainer">
<canSetPerContainer>true</canSetPerContainer>
<editPermissions>
<permission>ADMIN</permission>
</editPermissions>
<description>This is the containerPath to the folder holding the primary data for Parentage. Use of slashes is very important - it should be in the format '/myProject/folder'</description>
</propertyDescriptor>
<propertyDescriptor name="KinshipDataPath">
<canSetPerContainer>true</canSetPerContainer>
<editPermissions>
<permission>ADMIN</permission>
</editPermissions>
<description>This is the filepath of a folder where externally kinship/inbreeding TSVs calculated externally will be deposited. It is used by the KinshipData ETL to initiate import.</description>
</propertyDescriptor>
</properties>
<clientDependencies>
<dependency path="clientapi/ext4.lib.xml"/>
</clientDependencies>
<requiredModuleContext>
<module name="LDK" />
<module name="EHR" />
<module name="Laboratory" />
</requiredModuleContext>
</module>