File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 <column name =" quantificationMethod" />
1212 <column name =" flowQuantification" />
1313 <column name =" flowQuantificationMethod" />
14+ <column name =" nClones" />
1415 <column name =" comment" />
1516 <column name =" workbook" />
1617 </columns >
Original file line number Diff line number Diff line change 1111 <column name =" quantificationMethod" />
1212 <column name =" flowQuantification" />
1313 <column name =" flowQuantificationMethod" />
14+ <column name =" nClones" />
1415 <column name =" comment" />
1516 <column name =" cDNA_ID/sortId/sampleId/allProjects/projects" />
1617 <column name =" workbook" />
Original file line number Diff line number Diff line change 1+ ALTER TABLE tcrdb .stims ADD nClones int ;
Original file line number Diff line number Diff line change 1+ ALTER TABLE tcrdb .stims ADD nClones int ;
Original file line number Diff line number Diff line change 320320 <column columnName =" flowQuantification" >
321321 <columnTitle >Flow Quantification</columnTitle >
322322 </column >
323+ <column columnName =" nClones" >
324+ <columnTitle ># Clones</columnTitle >
325+ </column >
323326 <column columnName =" comment" >
324327
325328 </column >
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public String getName()
4646 @ Override
4747 public Double getSchemaVersion ()
4848 {
49- return 15.56 ;
49+ return 15.57 ;
5050 }
5151
5252 @ Override
You can’t perform that action at this time.
0 commit comments