| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
prepBioCyc is a collection of modules for
The codebase is tested to work under Python 3.8. To install the necessary requirements, run the following commands:
pip install -r requirements.txt
Basically, prepBioCyc requires following packages:
Run the following commands to clone the repository to an appropriate location:
git clone https://github.com/hallamlab/prepBioCyc.git
For all experiments, navigate to src folder then run the commands of your choice. For example, to display * prepBioCyc*"s running options use: python main.py --help. It should be self-contained. For a general usage execute the following command:
python main.py --build-biocyc-object --build-indicator --build-pathway-properties --build-ec-properties --build-pathway-similarities --build-graph --constraint-kb 'metacyc' --build-synset --ex-features-from-synset --build-golden-dataset --ex-features-from-golden-dataset --build-pathologic-input --build-minpath-dataset --minpath-map --kbpath "[path to database]" --ospath "[path to the object files (e.g. 'biocyc.pkl')]" --dspath "[path to dataset and to store results]" --display-interval -1 --num-jobs 2
Please obtain MetaCyc and other databases from BioCyc.
If you find prepBioCyc useful in your research, please consider citing this repo and the following papers:
For any inquiries, please contact: arbasher@student.ubc.ca
| Back | FazBrowse Home | New Git URL |