GalaxyConfig-class: Class '"GalaxyConfig"'

Description Usage Arguments Methods See Also Examples

Description

Represents information about the configuration of Galaxy.

Usage

1
GalaxyConfig(galaxyHome, toolDir, sectionName, sectionId)

Arguments

galaxyHome

Required. The full path to your Galaxy distribution.

toolDir

Required. The directory where the files associated with your function will reside.

sectionName

Required A friendly name for the section of Galaxy tools that will contain your function. Multiple tools can be in a single section; section names are headings in the left-hand side of the Galaxy window. If multiple tools are to reside in the same section, they must have identical values for sectionName and sectionId.

sectionId

An internal identifier for the section of Galaxy tools that will contain your function. If multiple tools are to reside in the same section, they must have identical values for sectionName and sectionId.

Methods

No methods defined with class "GalaxyConfig" in the signature.

See Also

link{galaxy}, GalaxyOutput

Examples

1
2
GalaxyConfig(galaxyHome=getwd(), toolDir="mytool", sectionName="Test Section",
    sectionId="testSectionId")

RGalaxy documentation built on Nov. 8, 2020, 7:42 p.m.