comparison construct_eset.xml @ 8:48f0fb3061b1 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/music/ commit 7b4e1e85d9d288a904444eb9fcb96bcdc856b9ff
author bgruening
date Wed, 06 Nov 2024 23:21:28 +0000
parents 282819d09a4f
children
comparison
equal deleted inserted replaced
7:7022ce682d2f 8:48f0fb3061b1
2 profile="21.09" license="GPL-3.0-or-later" > 2 profile="21.09" license="GPL-3.0-or-later" >
3 <description>Create an ExpressionSet object from tabular and textual data</description> 3 <description>Create an ExpressionSet object from tabular and textual data</description>
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="xrefs"/>
7 <expand macro="requirements" /> 8 <expand macro="requirements" />
8 <command detect_errors="exit_code"><![CDATA[ 9 <command detect_errors="exit_code"><![CDATA[
9 cat '$conf' >> /dev/stderr && 10 cat '$conf' >> /dev/stderr &&
10 Rscript --vanilla '$conf' 11 Rscript --vanilla '$conf'
11 ]]></command> 12 ]]></command>