Skip to content

Add example config file in the help documentation #51

@lizhiweiyy

Description

@lizhiweiyy

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions