Skip to content

Commit

Permalink
Update Galaxy Wrapper 2024-07-30_14-19
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 30, 2024
1 parent 5874b08 commit cae4a3d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions galaxy-wrapper.xml
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>

0 comments on commit cae4a3d

Please sign in to comment.