Skip to main content

Package for parsing, writing, and modifying molecular structure files

Project description

MolParse

GitHub Tag GitHub Actions Workflow Status GitHub Actions Workflow Status Documentation Status GitHub last commit GitHub Issues or Pull Requests Code style: black

A python package for parsing, modifying, and analysis of molecular structure files.

Installation

Easiest way to install is from PyPI:

pip install molparse

Usage

Python Module

MolParse is primarily a python module which can be used interactively, or within (batch) scripts:

Use pydoc to see help on the molparse module, or its methods & classes. E.g. from a shell:

pydoc molparse

pydoc molparse.System

Binaries and command-line programs

moltree

In addition to the python module, an interactive command-line interface is available with the binary moltree. Pass a PDB or GRO file as follows:

moltree <FILE>

moltree

Use the mouse to interact with buttons and CTR-C to exit.

molxvg

Gromacs produces data files in XVG format by default, these can be parsed using the molparse.xvg.parseXVG method from within a python environment, alternatively a binary exists to access its basic functionality from the command line. Run the following to open an interactive plotly graph of an xvg:

molxvg [FILE.xvg] -s

moltree

Other options can be found by running molxvg --help.

Installation from source

Requirements

Installing ASE

  • pip install --upgrade --user ase
  • export PATH=$PATH:~/.local/bin to your .bash_profile
  • export PYTHONPATH=$PYTHONPATH:~/.local/lib/python3.X/site-packages to your .bash_profile Where X is your python version.

MPyTools

  • git clone https://github.com/mwinokan/MPyTools.git
  • Add export MPYTOOLS=/path/to/directory to your .bash_profile
  • Add export PYTHONPATH=$PYTHONPATH:$MPYTOOLS to your .bash_profile

MolParse

  • git clone https://github.com/mwinokan/MolParse.git
  • Add export MOLPARSE=/path/to/directory to your .bash_profile
  • Add export PYTHONPATH=$PYTHONPATH:$MOLPARSE to your .bash_profile

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

molparse-0.0.39.tar.gz (144.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

molparse-0.0.39-py3-none-any.whl (176.2 kB view details)

Uploaded Python 3

File details

Details for the file molparse-0.0.39.tar.gz.

File metadata

  • Download URL: molparse-0.0.39.tar.gz
  • Upload date:
  • Size: 144.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.23

File hashes

Hashes for molparse-0.0.39.tar.gz
Algorithm Hash digest
SHA256 712a63178b74857532e2358c485596069502ff4256d9ac1106fc6edc68a66379
MD5 01876597077be13c8cb8cc1104cc4df8
BLAKE2b-256 9438ca88e62b49fa95c6cc2dea852c605cba5e25ae47958bae3856d343ef7515

See more details on using hashes here.

File details

Details for the file molparse-0.0.39-py3-none-any.whl.

File metadata

  • Download URL: molparse-0.0.39-py3-none-any.whl
  • Upload date:
  • Size: 176.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.23

File hashes

Hashes for molparse-0.0.39-py3-none-any.whl
Algorithm Hash digest
SHA256 d31f52c044203aac9fa3953322281ebb40e53b2a36dbd71d6b5f6fe12003c4cc
MD5 b7e12e25a91aa7e4ca73eaf4bc99763d
BLAKE2b-256 8d6147cfd160e3d5d22c2cecdf42c776239817ac2b7db85b2eb267970025ec52

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page