Skip to content

Commit 3752dfc

Browse files
authored
Merge pull request #29 from stevieing/config_changes
Downcased molarity and concentration.
2 parents 6bcf573 + e970baf commit 3752dfc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/quantTypes.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"expression": "(1515.151*(1/averageLibrarySize))"
2929
},
3030
"qcResults": {
31-
"key": "Molarity",
31+
"key": "molarity",
3232
"units": "nM",
3333
"assay": {
3434
"type": "Library - Plate Reader",
@@ -59,7 +59,7 @@
5959
"delimiter": ","
6060
},
6161
"qcResults": {
62-
"key": "Concentration",
62+
"key": "concentration",
6363
"units": "ng/ul",
6464
"assay": {
6565
"type": "Stock - Plate Reader",
@@ -90,7 +90,7 @@
9090
"delimiter": ","
9191
},
9292
"qcResults": {
93-
"key": "Concentration",
93+
"key": "concentration",
9494
"units": "ng/ul",
9595
"assay": {
9696
"type": "CherryPick - Plate Reader",
@@ -133,7 +133,7 @@
133133
"expression": "(((dilution*standardInsertSize)/libraryInsertSize)/1000)"
134134
},
135135
"qcResults": {
136-
"key": "Molarity",
136+
"key": "molarity",
137137
"units": "nM",
138138
"assay": {
139139
"type": "Library - qPCR",

0 commit comments

Comments
 (0)