-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Is your feature request related to a problem? Please describe.
All the examples in the documentation have used a config file with the following code:
import conf #This is the local config file named conf.py
odir = conf.SUPPLEMENTS_DIR
kinase_dict[kinase] = conf.KINASE_MAP.loc[kinase,'Preferred Name']
This indicates we need to create a custom file ‘conf.py’ in the working directory, but there isn't any example file.
There are two attributes in the file:
SUPPLEMENTS_DIR, which is a string variable indicating a file path,
and KINASE_MAP, which is a kinase dictionary object, however, it's not clear how to define the variable ‘KINASE_MAP’ in the config file.
Describe the solution you'd like
Add an example file conf.py for download in the help documentation
Metadata
Metadata
Assignees
Labels
No labels