Mercurial > repos > lain > xseeker
view XSeeker.xml @ 1:0f3224a5adda draft
" master branch Updating"
author | lain |
---|---|
date | Tue, 01 Feb 2022 14:28:08 +0000 |
parents | 15c9fbefeaf1 |
children |
line wrap: on
line source
<tool id="interactive_tool_XSeeker" tool_type="interactive" name="XSeeker" version="1.0.0"> <description>Webbased Interactive bidules visualization</description> <requirements> <container type="docker">xseeker</container> </requirements> <entry_points> <entry_point name="XSeeker visualisation of $infile.display_name" requires_domain="True"> <url>/</url> <port>8765</port> </entry_point> </entry_points> <environment_variables> <environment_variable name="DOCKER">TRUE</environment_variable> <environment_variable name="GALAXY_URL">http://172.17.0.1:8080/</environment_variable> <environment_variable name="HISTORY_ID">$__history_id__</environment_variable> <environment_variable name="API_KEY" inject="api_key" /> </environment_variables> <command><![CDATA[ ln -s ${infile} /XSeeker/input/test.sqlite && /entrypoint.sh ]]> </command> <inputs> <param name="infile" type="data" format="binary" label="Bin data lol"/> </inputs> <outputs> <data name="outfile" format="txt" /> </outputs> <tests> </tests> <help> <![CDATA[ rainbows unicorns hapiness ]]> </help> <citations> <citation type="doi">i love to talk to me myself</citation> </citations> </tool>