Skip to main content

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

This version

0.1

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page