Skip to content

Commit ee4c1c1

Browse files
committed
Update TCRdb views
1 parent 57f79ff commit ee4c1c1

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<customView xmlns="http://labkey.org/data/xml/queryCustomView" canOverride="true">
2+
<columns>
3+
<column name="cDNA_ID" />
4+
<column name="cDNA/sortId/sampleId/subjectId" />
5+
<column name="cDNA/sortId/sampleId/sampledate" />
6+
<column name="cDNA/sortId/sampleId/stim" />
7+
<column name="cDNA/sortId/population" />
8+
<column name="controlStimId" />
9+
<column name="quantification" />
10+
<column name="quantificationMethod" />
11+
<column name="flowQuantification" />
12+
<column name="flowQuantificationMethod" />
13+
<column name="comment" />
14+
<column name="workbook" />
15+
</columns>
16+
<sorts>
17+
<sort column="cDNA_ID" descending="true" />
18+
</sorts>
19+
</customView>

tcrdb/src/org/labkey/tcrdb/TCRdbProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public List<NavItem> getDataNavItems(Container c, User u)
7070

7171
items.add(new QueryImportNavItem(this, TCRdbSchema.NAME, TCRdbSchema.TABLE_CLONES, "TCR Clones", LaboratoryService.NavItemCategory.data, NAME, cache));
7272
items.add(new QueryImportNavItem(this, TCRdbSchema.NAME, TCRdbSchema.TABLE_CLONE_RESPONSES, "TCR Clonotype Responses", LaboratoryService.NavItemCategory.data, NAME, cache));
73-
items.add(new QueryImportNavItem(this, TCRdbSchema.NAME, TCRdbSchema.TABLE_STIM_EXPERIMENTS, "TCR Clonotype Responses", LaboratoryService.NavItemCategory.data, NAME, cache));
73+
items.add(new QueryImportNavItem(this, TCRdbSchema.NAME, TCRdbSchema.TABLE_STIM_EXPERIMENTS, "T-cell Stim Experiments", LaboratoryService.NavItemCategory.data, NAME, cache));
7474

7575
return Collections.unmodifiableList(items);
7676
}

0 commit comments

Comments
 (0)