Mercurial > repos > recetox > rename_annotated_feature
annotate rename_annotated_feature.xml @ 0:268fcec93d9c draft default tip
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
author | recetox |
---|---|
date | Tue, 21 May 2024 07:44:25 +0000 |
parents | |
children |
rev | line source |
---|---|
0
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
1 <tool id="rename_annotated_feature" name="Rename Annotated Feature" version="@TOOL_VERSION@+galaxy0" profile="21.09"> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
2 <description>Rename columns in abundance table based on annotations table</description> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
3 <macros> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
4 <import>macros.xml</import> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
5 </macros> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
6 <expand macro="creator"/> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
7 <requirements> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
8 <requirement type="package" version="2.2.1">pandas</requirement> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
9 </requirements> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
10 <command detect_errors="exit_code"><![CDATA[ |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
11 python3 '${__tool_directory__}/rename_annotated_feature.py' |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
12 --annotations_table_path '$annotations_table_path' |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
13 --abundance_table_path '$abundance_table_path' |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
14 --mode '$mode' |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
15 --output_path '$output_path' |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
16 ]]></command> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
17 <inputs> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
18 <param name="annotations_table_path" type="data" format="tabular" label="Annotations table file" help="Path to the annotations table file."/> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
19 <param name="abundance_table_path" type="data" format="tabular" label="Abundance table file" help="Path to the abundance table file."/> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
20 <param name="mode" type="select" label="Mode to use for renaming" help="Can be single or multiple."> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
21 <option value="single" selected="true">Single</option> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
22 <option value="multiple">Multiple</option> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
23 </param> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
24 </inputs> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
25 <outputs> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
26 <data name="output_path" format="tabular" label="Renamed abundance table"/> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
27 </outputs> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
28 <tests> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
29 <test> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
30 <param name="annotations_table_path" value="annotated_table.tsv" ftype="tabular"/> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
31 <param name="abundance_table_path" value="abundance_table.tsv" ftype="tabular"/> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
32 <param name="mode" value="single"/> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
33 <output name="output_path" file="single_mode_output.tsv"/> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
34 </test> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
35 <test> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
36 <param name="annotations_table_path" value="annotated_table.tsv" ftype="tabular"/> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
37 <param name="abundance_table_path" value="abundance_table.tsv" ftype="tabular" /> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
38 <param name="mode" value="multiple"/> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
39 <output name="output_path" file="multi_mode_output.tsv"/> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
40 </test> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
41 </tests> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
42 <help> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
43 <![CDATA[ |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
44 @HELP@ |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
45 ]]> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
46 </help> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
47 <!-- Update to the correct citation for this tool --> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
48 <citations> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
49 <citation type="doi">10.5281/zenodo.7178586</citation> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
50 <citation type="doi">10.21105/joss.02411</citation> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
51 <citation type="doi">10.1021/ac501530d</citation> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
52 </citations> |
268fcec93d9c
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/rename_annotated_feature commit 7948bcdd36cec524d201712dc20c438973b4cc28
recetox
parents:
diff
changeset
|
53 </tool> |