diff inspect_eset.xml @ 4:7705cc75ac18 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/music/ commit d007ae51743e621dc47524f681501e72ef3a2910"
author bgruening
date Mon, 02 May 2022 09:59:49 +0000
parents 577435e5e6b2
children
line wrap: on
line diff
--- a/inspect_eset.xml	Thu Feb 10 12:52:56 2022 +0000
+++ b/inspect_eset.xml	Mon May 02 09:59:49 2022 +0000
@@ -1,11 +1,12 @@
 <tool id="music_inspect_eset" name="Inspect Expression Set Object" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"
-      profile="20.05" license="GPL-3.0-or-later" >
+      profile="21.09" license="GPL-3.0-or-later" >
     <description>Inspect an ExpressionSet object by a variety of attributes</description>
     <macros>
         <import>macros.xml</import>
     </macros>
     <expand macro="requirements"/>
     <command detect_errors="exit_code"><![CDATA[
+cat '$conf' >> /dev/stderr &&
 Rscript --vanilla '$conf'
 ]]></command>
     <configfiles>
@@ -50,6 +51,7 @@
     stop(paste0("No such option:", inspector))
 }
 
+print(rds_eset)
 
         </configfile>
     </configfiles>