Run bash commands with python multiprocessing according to a tsv file edgelist.
Project description
workforce
Build and run a pipeline of bash commands with python multiprocessing according to a tsv file edgelist.
Free software: MIT license
Documentation: https://workforce.readthedocs.io.
Installation
Installation can be done with:
pip install workforce
Building a workforce workflow
To launch the pipeline builder, run:
workforce
To open a previously constructed pipeline, run:
workforce <PIPELINE.tsv>
Running workforce
To run a sample plan from workforce github project:
workforce -r example_plan.tsv
To run individual process(es) from the builder, select the process(es) in the order that you wish them to be excecuted and click the ‘Run’ button. The command line from where the builder was launched will display the standard output and error for each process.
Deleting processes from the project can be done by selecting a process and clicking the ‘Delete’ button
The simplest way to edit a process is to click the edge that the process is connected to. This will fill the ‘Input’ box with the connection details. You can then add a new node with those connections and delete the old process.
To import and use in a python shell, use the following command:
from workforce.workforce import worker
worker("<PLAN.CSV>")
The schema should be in the format of a tsv with two columns. On the left and right column is the source and target process respectively (see example).
This is tested on mac and linux but requires work for windows integration except for wsl2
History
0.1.0 (2021-01-16)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
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 workforce-1.0.20.tar.gz
.
File metadata
- Download URL: workforce-1.0.20.tar.gz
- Upload date:
- Size: 1.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cb22bf94acc269e3e1ddfec4f9dd910920f39c8b11efeeb086e5af1e26b97b0 |
|
MD5 | 7422e284b2ac4297bee6fe76c859bd8c |
|
BLAKE2b-256 | e18b70540f3beadd4838860cc8eacfbd812eee3ddec55e836b7525de43062f13 |
File details
Details for the file workforce-1.0.20-py3-none-any.whl
.
File metadata
- Download URL: workforce-1.0.20-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f06eabe344d86aae2d2b381abf66b9698d5cff5701c1f9a2a31b1661fa30288e |
|
MD5 | 56eaf556699aeff363b7beeb39de4cbe |
|
BLAKE2b-256 | fb751478a874c599aa7adc9ea1c7fcee50493917d2d11dcf8b9e92fd5554a83a |