From b3e613d371de6db5d0f372fd28c10e4958792765 Mon Sep 17 00:00:00 2001 From: Sebastian Lobentanzer Date: Wed, 3 Jan 2024 10:13:17 +0100 Subject: [PATCH] docs --- content/40.methods.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/40.methods.md b/content/40.methods.md index 2025d2d..93724d3 100644 --- a/content/40.methods.md +++ b/content/40.methods.md @@ -1,6 +1,7 @@ ## (Supplementary / Online) Methods BioChatter is a Python library, supporting Python 3.10-3.12, which we ensure with a continuous integration pipeline on GitHub (https://github.com/biocypher/biochatter). +We provide documentation at https://biocypher.github.io/biochatter, including a tutorial and API reference. To demonstrate basic and advanced use cases of the framework, we provide two web apps, ChatGSE and ChatGSE Next. ChatGSE is a web app based on the Streamlit framework (version 1.21.0, https://streamlit.io), which is written in Python and can be deployed locally or on a server (https://github.com/biocypher/chatgse).