Skip to content

Commit ee22951

Browse files
committed
Add column for cognate CDR3s
1 parent 865a27d commit ee22951

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE tcrdb.clone_responses ADD COLUMN cognateCdr3s varchar(4000);
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ALTER TABLE tcrdb.clone_responses ADD COLUMN cognateCdr3s varchar(4000);

tcrdb/resources/schemas/tcrdb.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@
164164
<column columnName="cdr3WithSegments">
165165
<columnTitle>CDR3 With Segments</columnTitle>
166166
</column>
167+
<column columnName="cognateCdr3s">
168+
<columnTitle>Cognate CDR3s</columnTitle>
169+
</column>
167170
<column columnName="comments">
168171

169172
</column>

tcrdb/src/org/labkey/tcrdb/TCRdbModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public String getName()
4646
@Override
4747
public Double getSchemaVersion()
4848
{
49-
return 15.62;
49+
return 15.63;
5050
}
5151

5252
@Override

0 commit comments

Comments
 (0)