A textual user interface (TUI) for MDAnalysis
Project description
MDAnalysis TUI
A textual user interface (TUI) for MDAnalysis trajectory transformations
https://github.com/p-j-smith/mda-tui/assets/29753790/b73c1a7e-ca97-41cd-b7a2-09899ecf1cb3
Latest release | |
---|---|
Status | |
Community |
Warning
MDanalysis TUI is alpha software and may change without warning.
Installation
When installing MDAnalysis TUI, we highly recommend using virtual environments. If possible, we strongly recommend that you use Mambaforge as your package manager.
First ensure that you have mamba installed.
Create a virtual environment and activate it:
mamba create --name mda-tui -c conda-forge python=3.10 pip
mamba activate mda-tui
Then install MDAnalysis TUI:
python -m pip install mda-tui
And when you are finished, you can exit the virtual environment with:
mamba deactivate
To use conda instead, replace all mamba
commands with conda
.
Installation from source
To build MDAnalysis TUI from source, follow the above steps for creating a virtual environment, clone this repository:
git clone https://github.com/p-j-smith/mda-tui.git
Then inside your virtual environment type:
python -m pip install .
If you want to create a development environment, you can install MDAnalysis TUI in editible mode along with the dependencies required for running tests and and building docs with the following command:
python -m pip install -e ".[dev]"
Code of conduct
MDAnalysis TUI is bound by a Code of Conduct.
Copyright
The MDAnalysis TUI source code is hosted at https://github.com/p-j-smith/mda-tui and is available under the GNU General Public License, version 2 (see the file LICENSE).
Copyright (c) 2023, Paul Smith
Acknowledgements
Project based on the MDAnalysis Cookiecutter version 0.1. Please cite MDAnalysis when using MDAnalysis TUI in published work.
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
File details
Details for the file mda-tui-0.3.0.tar.gz
.
File metadata
- Download URL: mda-tui-0.3.0.tar.gz
- Upload date:
- Size: 3.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2098879097953267a862d5a0c03f9f58cd9637fb8e9f23bd1bf499ec051e1e5e |
|
MD5 | 32d17574c196023ec4b658388df702bf |
|
BLAKE2b-256 | 10714499da92146148e7e9dbeaab144ee96165b88b10d1ffbf3fee04d5d72f36 |
File details
Details for the file mda_tui-0.3.0-py3-none-any.whl
.
File metadata
- Download URL: mda_tui-0.3.0-py3-none-any.whl
- Upload date:
- Size: 28.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84f6a09a59193a4e0c0f265d69c8f5153a4a65e399db6690e18ec787b52df9ac |
|
MD5 | dbbba532cbaa1bc04fe5a87211ddbde1 |
|
BLAKE2b-256 | cc78d2fc6d53fdd63e2909dc319e311ea73766c0cf6c660c40976265c873bb9c |