forked from bimberlabinternal/BimberLabKeyModules
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.xml
More file actions
31 lines (31 loc) · 1.5 KB
/
module.xml
File metadata and controls
31 lines (31 loc) · 1.5 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
<module xmlns="http://labkey.org/moduleProperties/xml/">
<properties>
<propertyDescriptor name="MGAPContainer">
<canSetPerContainer>false</canSetPerContainer>
<description>This is the path to the container holding the mGAP Project. Use of slashes is very important - it should be in the format '/myProject/mGap'</description>
<editPermissions>
<permission>ADMIN</permission>
</editPermissions>
</propertyDescriptor>
<propertyDescriptor name="MGAPContactUsers">
<canSetPerContainer>false</canSetPerContainer>
<description>This is a comma separated list of LabKey user names of users that should be notified by email when requests are submitted through mGAP.</description>
<editPermissions>
<permission>ADMIN</permission>
</editPermissions>
</propertyDescriptor>
<propertyDescriptor name="OmimApiKey">
<canSetPerContainer>true</canSetPerContainer>
<description>This is the API key to use when making OMIM requests</description>
<editPermissions>
<permission>ADMIN</permission>
</editPermissions>
</propertyDescriptor>
</properties>
<clientDependencies>
<dependency path="mGAP/mgap.css"/>
<dependency path="internal/jQuery"/>
<dependency path="https://cdn.plot.ly/plotly-3.0.1.min.js"/>
<dependency path="mGAP/Utils.js"/>
</clientDependencies>
</module>