Welcome to DeepTransyt's documentation! ======================================= .. image:: https://pepy.tech/badge/deeptransyt/month :alt: Downloads per month .. image:: https://img.shields.io/pypi/l/deeptransyt.svg :alt: License .. image:: https://img.shields.io/pypi/wheel/deeptransyt.svg :alt: Wheel Support .. image:: https://img.shields.io/pypi/pyversions/deeptransyt.svg :alt: Python Versions .. toctree:: :maxdepth: 2 :caption: Contents: installation usage api Features -------- DeepTransyt provides a range of features to predict substrates and metabolic pathways. Notes ----- You can start using DeepTransyt quickly by following the setup and usage instructions. .. note:: Remember to install dependencies via: ``pip install deeptransyt`` Installation ------------ To install DeepTransyt, you can use: .. code-block:: bash pip install deeptransyt Usage ----- To use DeepTransyt, run the following command: .. code-block:: bash deeptransyt --input your_input_file --output your_output_file API --- For detailed API usage, refer to the API documentation here. """