changeset 5:98f0178217b0 draft

" master branch Updating"
author lain
date Mon, 12 Jun 2023 14:18:14 +0000
parents 170213501317
children adff2b3bc192
files XSeeker.xml
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/XSeeker.xml	Thu Dec 08 13:19:45 2022 +0000
+++ b/XSeeker.xml	Mon Jun 12 14:18:14 2023 +0000
@@ -1,11 +1,11 @@
 <tool id="interactive_tool_xseeker" tool_type="interactive" name="xseeker" version="@TOOL_VERSION@+@GALAXY_PREFIX@">
     <description>Visualization and annotation of LC-MSMS data tool</description>
     <macros>
-        <token name="@TOOL_VERSION@">1.4.1</token>
+        <token name="@TOOL_VERSION@">1.5.0</token>
         <token name="@GALAXY_PREFIX@">0</token>
     </macros>
     <requirements>
-        <container type="docker">emetabohub/xseeker:@TOOL_VERSION@</container>
+        <container type="docker">quay.io/pfem/xseeker:@TOOL_VERSION@</container>
     </requirements>
     <entry_points>
         <entry_point name="XSeeker visualisation of $infile.display_name" requires_domain="True">
@@ -34,7 +34,9 @@
     ]]>
     </command>
     <inputs>
-        <param name="infile" type="data" format="binary" label="An sqlite file processed by XSeeker Preprocessor"/>
+        <param name="infile" type="data" format="binary"
+            label="An sqlite file processed by XSeeker Preprocessor"
+        />
     </inputs>
     <outputs>
         <data name="outfile" format="txt" />