├── Example_Output_Image.png ├── Example_input_data.txt ├── KEGGDecoder_usage.ipynb ├── LICENSE ├── README.md ├── example_notebooks └── generating_KO_file.ipynb ├── requirements.txt └── runtime.txt /Example_Output_Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotheconrad/KEGGDecoder-binder/HEAD/Example_Output_Image.png -------------------------------------------------------------------------------- /Example_input_data.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotheconrad/KEGGDecoder-binder/HEAD/Example_input_data.txt -------------------------------------------------------------------------------- /KEGGDecoder_usage.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotheconrad/KEGGDecoder-binder/HEAD/KEGGDecoder_usage.ipynb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotheconrad/KEGGDecoder-binder/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotheconrad/KEGGDecoder-binder/HEAD/README.md -------------------------------------------------------------------------------- /example_notebooks/generating_KO_file.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rotheconrad/KEGGDecoder-binder/HEAD/example_notebooks/generating_KO_file.ipynb -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | KEGGdecoder==0.8.8 2 | -------------------------------------------------------------------------------- /runtime.txt: -------------------------------------------------------------------------------- 1 | python-3.* 2 | --------------------------------------------------------------------------------