Documentation for XSeeker application in and out of Galaxy.
You will need to use "mkdocs" tool on your computer to compile this documentation:
pip install mkdocs
pip install mkdocs-material
pip install mkdocs-git-authors-pluginThen you will need to go in your folder on your computer, then to be able to see what you have make a serve:
cd my_project
mkdocs serveYou can now go on http://127.0.0.1:8000 and be able to see what you make in your folder.