From e06398fd6aef6ad712e03e0269d3992ad87de3d2 Mon Sep 17 00:00:00 2001 From: dominiquesydow Date: Mon, 8 Nov 2021 11:34:10 +0100 Subject: [PATCH] Note WIP vs. finished modules --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 32408a8f..3d00e548 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,12 @@ A Python library for structural cheminformatics. ## Overview -> This library is still in early stages of development. +> Some modules of this library are still in early stages of development as indicated below. - `databases.klifs`: utilities to query the KLIFS database, offline or online. -- `io`: read and write molecules from/to files. -- `structure.pocket`: identification and analysis of protein (sub)pockets. -- `structure.superposition` (formerly `superposer`): superimpose macromolecules using sequence and structural information. +- :construction: `io`: read and write molecules from/to files. +- :construction: `structure.pocket`: identification and analysis of protein (sub)pockets. +- :construction: `structure.superposition` (formerly `superposer`): superimpose macromolecules using sequence and structural information. ## Documentation