GalaxyConfig-class {RGalaxy} | R Documentation |
"GalaxyConfig"
Represents information about the configuration of Galaxy.
GalaxyConfig(galaxyHome, toolDir, sectionName, sectionId)
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
|
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 |
No methods defined with class "GalaxyConfig" in the signature.
link{galaxy}
, GalaxyOutput
GalaxyConfig(galaxyHome=getwd(), toolDir="mytool", sectionName="Test Section", sectionId="testSectionId")