Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 315 Bytes

double.rst

File metadata and controls

22 lines (11 loc) · 315 Bytes

Double

An integer

Quickstart

from janis_core.types.common_data_types import Double

w = WorkflowBuilder("my_workflow")

w.input("input_double", Double(optional=False))

# ...other workflow steps

This page was automatically generated on 2020-12-22.