Metadata-Version: 2.0
Name: Structuralia
Version: 0.902
Summary: A toolset to work with proteins
Home-page: https://github.com/monteirotorres/Structuralia
Author: Pedro Torres
Author-email: monteirotorres@gmail.com
License: UNKNOWN
Download-URL: https://github.com/monteirotorres/Structuralia/archive/0.902.tar.gz
Description-Content-Type: UNKNOWN
Keywords: PDB,structure,protein
Platform: UNKNOWN
Requires-Dist: markdown
Requires-Dist: biopandas
Requires-Dist: pandas
Requires-Dist: progressbar2
Requires-Dist: pathlib2
Requires-Dist: biopython

Structuralia
############

This suite of python scripts was built to access the PDB database and both prepare inputs and read generated output files.

It relies mainly on Biopython and Biopandas to manipulate PDB structures in convenient ways.

Simply run Access.py to perform some of these functions intuitively.

The Toolbox is packed up with functions that can be imported and used in your own scripts.

Prerequisites
*************

The following packages and external programs are used by Structuralia scripts and must be installed and in either the binaries path or python path.

Python packages
===============

  - progressbar
  - pandas
  - biopython
  - biopandas
  - pathlib

External software
=================

  - TM-align

Author
******

Pedro Torres, Ph.D

Department Of Biochemistry
University of Cambridge
80 Tennis Court Road
Cambridge CB2 1GA

License
*******

This project is licensed under GNU license, provided along with the package - see `LICENSE`_.

.. _LICENSE: LICENSE


