A small collection of utility tools to process the output of Smoldyn simulations.
Project description
smoldynutils
Utilities for parsing, analyzing, and visualizing Smoldyn simulation outputs.
Installation
From GitHub with poetry:
git clone https://github.com/rgrosseholz/smoldynutils.git
cd smoldynutils
poetry install
poetry shell
Or via pip:
pip install smoldynutils
Quickstart
from smoldynutils.parser import SmoldynParser
parser = SmoldynParser(delimiter=",")
trajectories = parser.parse_fixed_grid("molpos_output.txt")
for traj in trajectories:
print(traj.positions)
Authors
Fabian Ormersbach, Maastricht Centre for Systems Biology and Bioinformatics, Maastricht University
Ruth Grosseholz, Maastricht Centre for Systems Biology and Bioinformatics, Maastricht University
License
This project is licensed under the MIT License. See LICENSE.md for details.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file smoldynutils-0.1.5.tar.gz.
File metadata
- Download URL: smoldynutils-0.1.5.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.10.12 Linux/6.6.87.2-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
615d27ab2e2cf859bf5c27a810b1758ad8a3e634c12a55457a2cc28603dd8b9c
|
|
| MD5 |
9f89de69be7623432b6a405587e94a39
|
|
| BLAKE2b-256 |
0a8044ce9ce2602f6e5f4872874a46e1615feccda2025e955047022335c94e0a
|
File details
Details for the file smoldynutils-0.1.5-py3-none-any.whl.
File metadata
- Download URL: smoldynutils-0.1.5-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.10.12 Linux/6.6.87.2-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f03dd4e17adbbb25e0b097a76c1d3c9a96c5d43be6a722fe6f48fae11606b94
|
|
| MD5 |
ac511e866134d37c6d0bf63b4a50a63d
|
|
| BLAKE2b-256 |
5c11279fbc823a8902edc2cdbc6b6f6e8ffd8d116b5fd838a594cb3ca930c553
|