-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Galaxy Wrapper 2024-07-30_14-19
- Loading branch information
github-actions
committed
Jul 30, 2024
1 parent
5874b08
commit cae4a3d
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<tool id="interactivetool_biocshiny_bioccertificate" tool_type="interactive" name="BiocCertificate" version="0.1"> | ||
<description>BiocCertificate BiocShiny App</description> | ||
<requirements> | ||
<container type="docker">ghcr.io/bioconductor/bioccertificate:devel</container> | ||
</requirements> | ||
<entry_points> | ||
<entry_point name="bioccertificate" requires_domain="True"> | ||
<port>3838</port> | ||
</entry_point> | ||
</entry_points> | ||
<environment_variables> | ||
<environment_variable name="HISTORY_ID">$__history_id__</environment_variable> | ||
<environment_variable name="REMOTE_HOST">$__galaxy_url__</environment_variable> | ||
<environment_variable name="GALAXY_URL">$__galaxy_url__</environment_variable> | ||
<environment_variable name="API_KEY" inject="api_key" /> | ||
</environment_variables> | ||
<command detect_errors="aggressive">/init</command> | ||
<inputs> | ||
</inputs> | ||
<outputs> | ||
</outputs> | ||
<tests> | ||
</tests> | ||
<help> | ||
This is an auto-generated wrapper for a BiocShiny application. See source and report issues at https://github.com/Bioconductor/BiocCertificate. | ||
</help> | ||
</tool> |