@sjcrh/proteinpaint-server 2.63.0 → 2.63.3-3
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 +2 -2
- package/routes/genesetEnrichment.js +110 -0
- package/src/app.js +651 -396
- package/src/serverconfig.js +0 -2
package/src/serverconfig.js
CHANGED
|
@@ -104,8 +104,6 @@ if (!serverconfig.binpath) {
|
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
}
|
|
107
|
-
// defaults tool paths, for those that require binpath
|
|
108
|
-
if (!serverconfig.plotBrainImaging) serverconfig.plotBrainImaging = `${serverconfig.binpath}/utils/plotBrainImaging.py`
|
|
109
107
|
|
|
110
108
|
if (serverconfig.debugmode) {
|
|
111
109
|
// only apply optional routeSetters in debugmode
|