comparison recetox_aplcms_align_features.xml @ 8:2d13fcae8b84 draft

planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 199dd33897bacaeb194ce9f5239cc4752c92e4df
author recetox
date Thu, 22 Jun 2023 11:45:30 +0000
parents c44c73efd6e5
children 2b6bfa234d8b
comparison
equal deleted inserted replaced
7:1a01ffa85adc 8:2d13fcae8b84
1 <tool id="recetox_aplcms_align_features" name="recetox-aplcms - align features" version="@TOOL_VERSION@+galaxy0"> 1 <tool id="recetox_aplcms_align_features" name="recetox-aplcms - align features" version="@TOOL_VERSION@+galaxy1" profile="21.09">
2 <description>align peaks across samples</description> 2 <description>align peaks across samples</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 <import>help.xml</import> 5 <import>help.xml</import>
6 </macros> 6 </macros>
7
8 <edam_operations>
9 <edam_operation>operation_2928</edam_operation>
10 </edam_operations>
11 <expand macro="annotation"/>
7 <expand macro="creator"/> 12 <expand macro="creator"/>
8 <expand macro="requirements"/> 13 <expand macro="requirements"/>
14
9 15
10 <command detect_errors="aggressive"><![CDATA[ 16 <command detect_errors="aggressive"><![CDATA[
11 Rscript -e "cluster <- \${GALAXY_SLOTS:-1}" -e 'source("${__tool_directory__}/utils.R")' -e 'source("${run_script}")' 17 Rscript -e "cluster <- \${GALAXY_SLOTS:-1}" -e 'source("${__tool_directory__}/utils.R")' -e 'source("${run_script}")'
12 ]]></command> 18 ]]></command>
13 <configfiles> 19 <configfiles>