From b68380f79b33db0548e695d1f607da7ec6232faa Mon Sep 17 00:00:00 2001 From: Andrew Radev Date: Sat, 7 Dec 2024 11:39:34 +0100 Subject: [PATCH] Bio3D documentation --- lib/segmentation/geostas.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/segmentation/geostas.py b/lib/segmentation/geostas.py index 086e767..c4e52e6 100644 --- a/lib/segmentation/geostas.py +++ b/lib/segmentation/geostas.py @@ -1,3 +1,14 @@ +""" +Bio3D is an R package that encapsulates different tools for biological +structure analysis. The GeoStaS domain finder tries to locate rigid domains +based on trajectory movements. The generated files come from a custom script +written in R, so their format is controlled by our workflow rather than by the +external project itself. + +Documentation can be found at: + +""" + import json from pathlib import Path from collections.abc import Iterator