Mercurial > repos > recetox > recetox_aplcms_compute_clusters
comparison recetox_aplcms_compute_clusters.xml @ 7:550667ce03f1 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:17:39 +0000 |
parents | 149b9cc7499b |
children | f3a18e020cdd |
comparison
equal
deleted
inserted
replaced
6:149b9cc7499b | 7:550667ce03f1 |
---|---|
1 <tool id="recetox_aplcms_compute_clusters" name="recetox-aplcms - compute clusters" version="@TOOL_VERSION@+galaxy2" profile="21.09"> | 1 <tool id="recetox_aplcms_compute_clusters" name="recetox-aplcms - compute clusters" version="@TOOL_VERSION@+galaxy3" profile="21.09"> |
2 <description>compute clusters of mz and rt across samples and assign cluster IDs to individual features</description> | 2 <description>compute clusters of mz and rt across samples and assign cluster IDs to individual features</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_2928</edam_operation> | 9 <edam_operation>operation_2928</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}")' |
50 <discover_datasets pattern="__designation__" directory="clustered" format="parquet" /> | 51 <discover_datasets pattern="__designation__" directory="clustered" format="parquet" /> |
51 </collection> | 52 </collection> |
52 </outputs> | 53 </outputs> |
53 | 54 |
54 <tests> | 55 <tests> |
55 | 56 <test expect_failure="true" /> |
56 </tests> | 57 </tests> |
57 | 58 |
58 <help> | 59 <help> |
59 <![CDATA[ | 60 <![CDATA[ |
60 @COMPUTE_CLUSTERS_HELP@ | 61 @COMPUTE_CLUSTERS_HELP@ |