-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetPrecompute.R
14 lines (11 loc) · 1.08 KB
/
setPrecompute.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# MetGENE: [email protected]; [email protected]
# File to set the flag for precomputing
# This flag tells MetGENE to obtain KEGG related data from precomputed tables instead of KEGGREST API
# If set to 0, MetGNE uses keggLink and keggGet calls which slows down the fetch significantly
# In order to use precomputed tables, one must obtain KEGG license.
################################################
# Restrictions due to the use of KEGG APIs (https://www.kegg.jp/kegg/legal.html, see also https://www.pathway.jp/en/academic.html)
# If and only if the user has purchased license for KEGG FTP Data, they can activate a 'preCompute' mode to run faster version of MetGENE. To achieve this, please set preCompute = 1 below. Otherwise, please ensure that preCompute is set to 0. Further, to use the faster version, the user needs to run the R scripts in the 'data' folder first. Please see the respective R files in the 'data' folder for instructions to run them.
# Please see the files README.md and LICENSE for more details.
################################################
preCompute = 0