Skip to content

Commit 0b475ef

Browse files
committed
Add default view to query
1 parent c54ca96 commit 0b475ef

File tree

1 file changed

+23
-0
lines changed
  • mGAP/resources/queries/mGAP/releaseTracks

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<customView xmlns="http://labkey.org/data/xml/queryCustomView">
2+
<columns>
3+
<column name="rowid"/>
4+
<column name="trackName"/>
5+
<column name="label"/>
6+
<column name="source"/>
7+
<column name="category"/>
8+
<column name="url"/>
9+
<column name="vcfId"/>
10+
<column name="description"/>
11+
<column name="isprimarytrack"/>
12+
<column name="mergepriority"/>
13+
<column name="skipvalidation"/>
14+
<column name="vcfId/container/Name">
15+
<properties>
16+
<property name="columnTitle" value="Workbook"/>
17+
</properties>
18+
</column>
19+
</columns>
20+
<sorts>
21+
<sort column="trackName" descending="false"/>
22+
</sorts>
23+
</customView>

0 commit comments

Comments
 (0)