Interface ReferencesTool

All Superinterfaces:
Savable
All Known Subinterfaces:
WorkflowStep
All Known Implementing Classes:
WorkflowStepImpl

public interface ReferencesTool extends Savable
Auto-generated interface for https://galaxyproject.org/gxformat2/gxformat2common#ReferencesTool
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter for property https://galaxyproject.org/gxformat2/gxformat2common#ReferencesTool/tool_id
    The tool ID used to run this step of the workflow (e.g.
    Getter for property https://galaxyproject.org/gxformat2/gxformat2common#ReferencesTool/tool_shed_repository
    The Galaxy Tool Shed repository that should be installed in order to use this tool.
    Getter for property https://galaxyproject.org/gxformat2/gxformat2common#ReferencesTool/tool_version
    The tool version corresponding used to run this step of the workflow.
  • Method Details

    • getTool_id

      Getter for property https://galaxyproject.org/gxformat2/gxformat2common#ReferencesTool/tool_id
      The tool ID used to run this step of the workflow (e.g. 'cat1' or 'toolshed.g2.bx.psu.edu/repos/nml/collapse_collections/collapse_dataset/4.0'). *
    • getTool_shed_repository

      Getter for property https://galaxyproject.org/gxformat2/gxformat2common#ReferencesTool/tool_shed_repository
      The Galaxy Tool Shed repository that should be installed in order to use this tool. *
    • getTool_version

      Getter for property https://galaxyproject.org/gxformat2/gxformat2common#ReferencesTool/tool_version
      The tool version corresponding used to run this step of the workflow. For tool shed installed tools, the ID generally uniquely specifies a version and this field is optional. *