Mercurial > repos > recetox > recetox_aplcms_compute_template
comparison recetox_aplcms_compute_template.xml @ 7:e2dc815e1b2c draft
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/recetox_aplcms commit 97249a1af94ac5c387e1ede274dec5364f71cde9
author | recetox |
---|---|
date | Wed, 11 Oct 2023 11:19:06 +0000 |
parents | 51e37adf988f |
children | dfebc82ba1f0 |
comparison
equal
deleted
inserted
replaced
6:481d769e2f7a | 7:e2dc815e1b2c |
---|---|
1 <tool id="recetox_aplcms_compute_template" name="recetox-aplcms - compute template" version="@TOOL_VERSION@+galaxy1" profile="21.09"> | 1 <tool id="recetox_aplcms_compute_template" name="recetox-aplcms - compute template" version="@TOOL_VERSION@+galaxy2" profile="21.09"> |
2 <description>compute retention time correction template feature table</description> | 2 <description>compute retention time correction template feature table</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 <expand macro="annotation"/> | |
7 <edam_operations> | 8 <edam_operations> |
8 <edam_operation>operation_3936</edam_operation> | 9 <edam_operation>operation_3936</edam_operation> |
9 </edam_operations> | 10 </edam_operations> |
10 <expand macro="annotation"/> | 11 <expand macro="refs"/> |
11 <expand macro="creator"/> | 12 <expand macro="creator"/> |
12 <expand macro="requirements"/> | 13 <expand macro="requirements"/> |
13 | 14 |
14 <command detect_errors="aggressive"><![CDATA[ | 15 <command detect_errors="aggressive"><![CDATA[ |
15 Rscript -e 'source("${__tool_directory__}/utils.R")' -e 'source("${run_script}")' | 16 Rscript -e 'source("${__tool_directory__}/utils.R")' -e 'source("${run_script}")' |
33 <outputs> | 34 <outputs> |
34 <data label="${tool.name} on ${on_string}" name="output_file" format="parquet" /> | 35 <data label="${tool.name} on ${on_string}" name="output_file" format="parquet" /> |
35 </outputs> | 36 </outputs> |
36 | 37 |
37 <tests> | 38 <tests> |
38 | 39 <test expect_failure="true" /> |
39 </tests> | 40 </tests> |
40 | 41 |
41 <help> | 42 <help> |
42 <![CDATA[ | 43 <![CDATA[ |
43 @COMPUTE_TEMPLATE_HELP@ | 44 @COMPUTE_TEMPLATE_HELP@ |
44 | 45 |
45 @GENERAL_HELP@ | 46 @GENERAL_HELP@ |