You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -35,7 +34,7 @@ The following environment variables can be used to configure the server (also do
35
34
- `PORT`: the port on which the server runs (default 3000)
36
35
- `PC_URL`: Pathway Commons homepage URL (default: 'http://www.pathwaycommons.org/'; cPath2 service should be there available at /pc2/ path)
37
36
- `NCBI_API_KEY`: NCBI E-Utilities API key ([read more](https://ncbiinsights.ncbi.nlm.nih.gov/2017/11/02/new-api-keys-for-the-e-utilities/))
38
-
- `FACTOID_URL`: the Factoid app URL (default: 'http://unstable.factoid.baderlab.org/')
37
+
- `FACTOID_URL`: the Factoid app URL (default: 'https://biofactoid.org/')
39
38
- `SBGN_IMG_SERVICE_BASE_URL`: URL for service that converts SBGN to an image (i.e. [Syblars](http://syblars.cs.bilkent.edu.tr/); default is `http://localhost:9090/`)
- `npm run ci` : run the tests and lint and build-prod at once
54
53
55
54
56
55
## Using Docker and Dockerfile
@@ -85,11 +84,11 @@ The `scripts/cli.js` file contains app-ui command line tools:
85
84
- Requires an instance of [Syblars](http://syblars.cs.bilkent.edu.tr/) accessible at a location defined by the configuration variable `SBGN_IMG_SERVICE_BASE_URL` (see `docker-compose.yml` service `syblars`)
86
85
- Images will be placed in directory `SBGN_IMG_PATH` (default: `public/img/pathways`)
87
86
88
-
Usage: To generate a PNG of an SBGN representation for each pathway declared in the GMT file at `downloads/PathwayCommons12.All.hgnc.gmt`:
87
+
Usage: To generate a PNG of an SBGN representation for each pathway declared in the GMT file at `downloads/pc-hgnc.gmt.gz`:
0 commit comments