diff construct_eset.xml @ 4:282819d09a4f draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/music/ commit d007ae51743e621dc47524f681501e72ef3a2910"
author bgruening
date Mon, 02 May 2022 09:58:18 +0000
parents 7902cd31b9b5
children 48f0fb3061b1
line wrap: on
line diff
--- a/construct_eset.xml	Thu Feb 10 12:53:22 2022 +0000
+++ b/construct_eset.xml	Mon May 02 09:58:18 2022 +0000
@@ -1,11 +1,12 @@
 <tool id="music_construct_eset" name="Construct 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>Create an ExpressionSet object from tabular and textual data</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>
@@ -103,6 +104,7 @@
                       annotation = annotation)
 
 capture.output(print(e_set), file = '$out_txt')
+print(e_set)
 saveRDS(e_set, file= '$out_rds')
 
         </configfile>