Skip to content

⬢⬢⬢ Organizing and processing tables of chemical structures.

License

Notifications You must be signed in to change notification settings

scbirlab/schemist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⬢⬢⬢ schemist

GitHub Workflow Status (with branch) PyPI - Python Version PyPI

Cleaning, collating, and augmenting chemical datasets.

Installation

The easy way

Install the pre-compiled version from PyPI:

pip install schemist

From source

Clone the repository, then cd into it. Then run:

pip install -e .

Command-line usage

schemist provides command-line utlities to ... The tools complete specific tasks which can be easily composed into analysis pipelines, because the TSV table output goes to stdout by default so they can be piped from one tool to another.

To get a list of commands (tools), do

schemist --help

And to get help for a specific command, do

schemist <command> --help

For the Python API, see below.

Example

Other commands

Python API

schemist can be imported into Python to help make custom analyses.

>>> import schemist as sch

Documentation

Full API documentation is at ReadTheDocs.