Nextflow pipelines with Python
Project description
Description
Create pipelines adding @nf.process and @nf.workflow decorators and run them with Nextflow from python.
Example
import pynextflow as nf
@nf.process(echo=True)
def hello(cheers: str) -> nf.bash:
return f"echo {cheers}"
with nf.Nextflow():
hello(["hola", "hello", "ciao"])
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
pynextflow-0.1.tar.gz
(9.8 kB
view details)
File details
Details for the file pynextflow-0.1.tar.gz
.
File metadata
- Download URL: pynextflow-0.1.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07d0d2f0cd635c5d54b8444cfc0f19d3016010e10dd08561543c144cee25a825 |
|
MD5 | 4635783c782bad680fe3a2b28fea0eb7 |
|
BLAKE2b-256 | 0ea64adbcb4654c5750763596edaf112621279e295d2c49950c1ef1f4d901ee5 |