nextflow.py
nextflow.py is a Python wrapper around the Nextflow pipeline framework. It lets you run Nextflow pipelines from Python code.
Example
>>> import nextflow
>>> execution = nextflow.run("main.nf", params={"param1": "123"})
>>> print(execution.status)
Table of Contents
- Installing
- Overview
- Full API
- nextflow.models
- nextflow.command
create_process_execution_from_line()
get_execution()
get_initial_process_executions()
make_nextflow_command()
make_nextflow_command_config_string()
make_nextflow_command_env_string()
make_nextflow_command_log_string()
make_nextflow_command_params_string()
make_nextflow_command_profiles_string()
make_or_update_execution()
make_reports_string()
run()
run_and_poll()
update_process_execution_from_line()
update_process_execution_from_path()
- nextflow.log
- nextflow.io
- Changelog
- Release 0.9.0
- Release 0.8.3
- Release 0.8.2
- Release 0.8.1
- Release 0.8.0
- Release 0.7.1
- Release 0.7.0
- Release 0.6.2
- Release 0.6.1
- Release 0.6.0
- Release 0.5.0
- Release 0.4.2
- Release 0.4.1
- Release 0.4.0
- Release 0.3.1
- Release 0.3
- Release 0.2.2
- Release 0.2.1
- Release 0.2
- Release 0.1.4
- Release 0.1.3
- Release 0.1.2
- Release 0.1.1
- Release 0.1