Skip to content
Snippets Groups Projects
Commit 04a6b9c1 authored by pkupczyk's avatar pkupczyk
Browse files

CCS-6 BaSynthec : Strain DB Integration - small renaming

SVN: 26509
parent dfd26bfd
No related branches found
No related tags found
No related merge requests found
......@@ -558,11 +558,11 @@ AppModel.prototype.initializeOd600WithPhenotypesAndPredictionsModel = function(c
model.od600StrainsWithPhenotypesAndPredictionsGroups = [];
model.od600StrainsWithPhenotypesAndPredictionsGroups.push({
"mainGroupName" : "Known strains with phenotypes and predictions",
"mainGroupName" : "Strains with phenotypes, predictions and data in OpenBIS",
"groups" : createStrainGroups(strainsKnownToOpenbisWithPhenotypesAndPredictions)
});
model.od600StrainsWithPhenotypesAndPredictionsGroups.push({
"mainGroupName" : "Unknown strains with phenotypes or predictions",
"mainGroupName" : "Strains with phenotypes or predictions but no data in OpenBIS",
"groups" : createStrainGroups(strainsUnknownToOpenbisWithPhenotypesOrPredictions)
});
......
......@@ -109,7 +109,7 @@ $(document).ready(function() {
<input type="radio" name="groupgroup" id="groupradio1" checked> <label for="groupradio1">Data Set Type</label>
<input type="radio" name="groupgroup" id="groupradio2"> <label for="groupradio2">Strains</label>
<input type="radio" name="groupgroup" id="groupradio3"> <label for="groupradio3">OD600</label>
<input type="radio" name="groupgroup" id="groupradio4"> <label for="groupradio4">OD600 with phenotypes and predictions</label>
<input type="radio" name="groupgroup" id="groupradio4"> <label for="groupradio4">Strain DB</label>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment