forked from BimberLab/DiscvrLabKeyModules
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSRA Info.qview.xml
More file actions
28 lines (27 loc) · 903 Bytes
/
SRA Info.qview.xml
File metadata and controls
28 lines (27 loc) · 903 Bytes
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
<customView xmlns="http://labkey.org/data/xml/queryCustomView" label="SRA Info" canOverride="true">
<columns>
<column name="rowid" />
<column name="name" />
<column name="subjectid" />
<column name="sampledate"/>
<column name="platform" />
<column name="librarytype" />
<column name="application" />
<column name="sampletype" />
<column name="comments" />
<column name="runIds"/>
<column name="jobIds"/>
<column name="created" />
<column name="status" />
<column name="workbook" />
<column name="sraRuns" />
<column name="isArchived" />
<column name="totalFiles" />
<column name="readdataWithoutSra" />
<column name="files" />
<column name="continer/title" />
</columns>
<sorts>
<sort column="rowid" descending="true"/>
</sorts>
</customView>