Skip to content

Commit f71240c

Browse files
committed
Config correction.
1 parent bc10856 commit f71240c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/quantTypes.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@
2323
},
2424
"conversion": {
2525
"factors": {
26-
"dilution": 500,
27-
"standardInsertSize": 452,
28-
"libraryInsertSize": 573
26+
"averageLibrarySize": 573
2927
},
30-
"expression": "(dilution*standardInsertSize)/libraryInsertSize"
28+
"expression": "(1515.151*(1/averageLibrarySize))"
3129
},
3230
"qcResults": {
3331
"key": "Molarity",
@@ -128,9 +126,11 @@
128126
},
129127
"conversion": {
130128
"factors": {
131-
"averageLibrarySize": 585
129+
"dilution": 500,
130+
"standardInsertSize": 452,
131+
"libraryInsertSize": 573
132132
},
133-
"expression": "(1515.151*(1/averageLibrarySize))"
133+
"expression": "(((dilution*standardInsertSize)/libraryInsertSize)/1000)"
134134
},
135135
"qcResults": {
136136
"key": "Molarity",

0 commit comments

Comments
 (0)