mipscripts
mipscripts is a python package containing various tools for use with MIPTools pipelines.
Installation
You may install using pip:
pip install mipscripts
Usage
mipscripts is setup as one uniform program containing multiple subcommands, each designed for a different purpose. To use, simply type the name of the package, followed by the subcommand:
python3 -m mipscripts subcommand [options]
Developer Notes
When developing mipscripts, we recommend the use of a virtual environment:
python3 -m venv env
source env/bin/activate
The packages used during development are saved in the requirements.txt file.
To install, use pip:
pip install -r requirements.txt
If you update packages or add any new ones into the virtual environment, please make sure to freeze the package versions before committing:
pip freeze > requirements.txt
After adding any new code, we encourage writing unit tests to test functionality. mipscripts is tested via the pytest framework. To test the code, run:
python3 -m pytest
Release files for mipscripts 0.3.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mipscripts-0.3.4.tar.gz | 11.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mipscripts-0.3.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 24.8 kB
Release files / mipscripts-0.3.4.tar.gz
| Download URL | mipscripts-0.3.4.tar.gz |
|---|---|
| Size | 11.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
84176b9c107135d62a6c5ef5a0d782bc738079f487d05f7637ecd44b5c2b936d
|
|
BLAKE2b-256 checksum How to use checksums |
e85e7b92bdf5cbce1db57670097279c90bcd1a87bd94649895d1e77cca2d5575
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|
Release files / mipscripts-0.3.4-py3-none-any.whl
| Download URL | mipscripts-0.3.4-py3-none-any.whl |
|---|---|
| Size | 13.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a82c809aa2e51651cf9437fed078c2e726481ce6d5867b530a6df8cc7e841a7a
|
|
BLAKE2b-256 checksum How to use checksums |
377e05c9eaa1404d27e1930de456cdc17e7b6132ea52778c1fa0de91dd31e8aa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|