@sjcrh/proteinpaint-server 2.133.1 → 2.133.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/routes/gdc.grin2.run.js +1 -1
- package/src/app.js +3 -3
package/package.json
CHANGED
package/routes/gdc.grin2.run.js
CHANGED
|
@@ -209,7 +209,7 @@ function init({ genomes }) {
|
|
|
209
209
|
const pngImg = resultData.png[0];
|
|
210
210
|
const topGeneTable = resultData.topGeneTable || null;
|
|
211
211
|
const analysisStats = parsedRustResult.summary || {};
|
|
212
|
-
const totalProcessTime =
|
|
212
|
+
const totalProcessTime = downloadTimeToPrint + grin2AnalysisTimeToPrint;
|
|
213
213
|
console.log("[GRIN2] Total GRIN2 processing time:", totalProcessTime);
|
|
214
214
|
return res.json({
|
|
215
215
|
pngImg,
|