Description Usage Arguments Methods See Also Examples
Represents information about the configuration of Galaxy.
1 | 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}
, link{GalaxyParam}
, GalaxyOutput
1 2 | GalaxyConfig(galaxyHome=getwd(), toolDir="mytool", sectionName="Test Section",
sectionId="testSectionId")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.