Skip to content

Commit 555c017

Browse files
committed
Store cdr3WithProductive with response data
1 parent 0fc29ef commit 555c017

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 cdr3WithProductive 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 cdr3WithProductive 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="cdr3WithProductive">
168+
<description>CDR3 With Productivity</description>
169+
</column>
167170
<column columnName="cognateCdr3s">
168171
<columnTitle>Cognate CDR3s</columnTitle>
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.64;
49+
return 15.65;
5050
}
5151

5252
@Override

0 commit comments

Comments
 (0)