Skip to content

Commit

Permalink
Bio3D documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRadev committed Dec 7, 2024
1 parent 33fdfa6 commit b68380f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/segmentation/geostas.py
Original file line number Diff line number Diff line change
@@ -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:
<http://thegrantlab.org/bio3d/reference/geostas.html>
"""

import json
from pathlib import Path
from collections.abc import Iterator
Expand Down

0 comments on commit b68380f

Please sign in to comment.