nextflow.py
  • Installing
  • Overview
  • Full API
    • nextflow.models
    • nextflow.command
    • nextflow.log
    • nextflow.io
  • Changelog
nextflow.py
  • Full API
  • View page source

Full API

  • nextflow.models
    • Execution
      • Execution.duration
      • Execution.status
    • ProcessExecution
      • ProcessExecution.all_output_data()
      • ProcessExecution.duration
      • ProcessExecution.full_path
      • ProcessExecution.input_data()
  • 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_nextflow_command_resume_string()
    • make_or_update_execution()
    • make_reports_string()
    • run()
    • run_and_poll()
    • update_process_execution_from_line()
    • update_process_execution_from_path()
    • wait_for_log_creation()
  • nextflow.log
    • get_datetime_from_line()
    • get_finished_from_log()
    • get_identifier_from_log()
    • get_session_uuid_from_log()
    • get_started_from_log()
    • log_is_finished()
    • parse_cached_line()
    • parse_completed_line()
    • parse_submitted_line()
  • nextflow.io
    • get_file_creation_time()
    • get_file_text()
    • get_process_ids_to_paths()
Previous Next

© Copyright 2025, Goodwright Ltd.

Built with Sphinx using a theme provided by Read the Docs.