forked from galaxyproject/galaxy
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create interactivetool_metashrimps.xml (#167)
- Loading branch information
1 parent
8fffd56
commit 587db02
Showing
1 changed file
with
45 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,45 @@ | ||
<tool id="interactive_tool_metashrimps" tool_type="interactive" name="metashrimps" version="0.0.1" profile="22.01"> | ||
<description>Metadata Shiny for Retroactive Information Management and Production of data paper Sketches</description> | ||
<requirements> | ||
<container type="docker">ylebras/ms_metashrimps:latest</container> | ||
</requirements> | ||
<entry_points> | ||
<entry_point name="metashrimps visualisation" requires_domain="True"> | ||
<port>3838</port> | ||
<url>/sample-apps/META/App_metadig/</url> | ||
</entry_point> | ||
</entry_points> | ||
<command><![CDATA[ | ||
mkdir -p /var/log/shiny-server && | ||
chown shiny.shiny /var/log/shiny-server && | ||
exec shiny-server >> /var/log/shiny-server.log 2>&1 | ||
]]> | ||
</command> | ||
<inputs> | ||
<param name="infile" type="data" multiple="true" format="xml" optional="true" label="Input metadata file writen using EML Ecological standard"/> | ||
</inputs> | ||
<outputs> | ||
<data name="outfile" format="txt" /> | ||
</outputs> | ||
<tests> | ||
</tests> | ||
<help> | ||
<![CDATA[ | ||
`MetaShRIMPS <https://github.com/TanguyGen/metaCure>`_ is a R Shiny App to automate production of FAIR metrics and data paper sketche from Ecological Metadata Language based metadata documents | ||
]]> | ||
</help> | ||
<citations> | ||
<citation type="bibtex">@misc{githubsurvey2023, | ||
author = {Tanguy Genthon}, | ||
title = {{Metadata Shiny for Retroactive Information Management and Production of data paper Sketches}}, | ||
publisher = {Github}, | ||
url = {https://github.com/TanguyGen/metaCure}, | ||
year = {2023} | ||
} | ||
}</citation> | ||
</citations> | ||
</tool> |