diff homer_scanMotifGenomeWide.xml @ 1:465be78e9b05 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/homer commit 16a919905f336e34e237388c1921d0f4f8a368af
author iuc
date Thu, 06 Apr 2023 16:21:39 +0000
parents db456c398880
children
line wrap: on
line diff
--- a/homer_scanMotifGenomeWide.xml	Mon Dec 13 15:13:33 2021 +0000
+++ b/homer_scanMotifGenomeWide.xml	Thu Apr 06 16:21:39 2023 +0000
@@ -1,4 +1,4 @@
-<tool id="homer_scanMotifGenomeWide" name="scanMotifGenomeWide" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.05" license="MIT">
+<tool id="homer_scanMotifGenomeWide" name="scanMotifGenomeWide" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@" license="MIT">
     <description/>
     <macros>
         <import>macros.xml</import>
@@ -55,10 +55,10 @@
         label="Use homer1 instead of homer2"/>
     </inputs>
     <outputs>
-        <data format="tabular" name="output_text" label="${tool.name} on ${on_string}">
+        <data format="tabular" name="output_text" label="motif occurrences from ${tool.name} on ${on_string}">
             <filter>bed is False</filter>
         </data>
-        <data format="bed" name="output_bed" label="${tool.name} on ${on_string}">
+        <data format="bed" name="output_bed" label="motif occurrences from ${tool.name} on ${on_string} as bed">
             <filter>bed is True</filter>
         </data>
     </outputs>