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

Uploaded Source

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

Hashes for pynextflow-0.1.tar.gz
Algorithm Hash digest
SHA256 07d0d2f0cd635c5d54b8444cfc0f19d3016010e10dd08561543c144cee25a825
MD5 4635783c782bad680fe3a2b28fea0eb7
BLAKE2b-256 0ea64adbcb4654c5750763596edaf112621279e295d2c49950c1ef1f4d901ee5

See more details on using hashes here.

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