annotate kegg_pathways_completeness.xml @ 0:9933e2f91584 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
author iuc
date Fri, 05 Dec 2025 17:34:32 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
1 <tool id="kegg_pathways_completeness" name="Calculate KEGG Pathways completeness" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
2 <description>Compute KEGG pathway/module completeness from KOs or per-contig annotation</description>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
3 <macros>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
4 <token name="@TOOL_VERSION@">1.3.0</token>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
5 <token name="@VERSION_SUFFIX@">0</token>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
6 <token name="@PROFILE@">24.0</token>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
7 </macros>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
8 <requirements>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
9 <requirement type="package" version="@TOOL_VERSION@">kegg-pathways-completeness</requirement>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
10 </requirements>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
11 <command detect_errors="exit_code"><![CDATA[
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
12 give_completeness
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
13 #if $usr_ref_files.definitions
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
14 --definitions '$usr_ref_files.definitions'
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
15 #end if
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
16 #if $usr_ref_files.names
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
17 --names '$usr_ref_files.names'
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
18 #end if
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
19 #if $usr_ref_files.classes
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
20 --classes '$usr_ref_files.classes'
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
21 #end if
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
22 $w
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
23 $p
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
24 #if str($input_type.select_input_type) == "input_list"
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
25 -l '$l'
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
26 #else
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
27 -i '$i'
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
28 #if $input_type.m
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
29 $input_type.m &&
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
30 mv summary.kegg_contigs* $kegg_contig_table
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
31 #end if
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
32 #end if
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
33 &&
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
34 mv summary.kegg_pathways* $kegg_pathways_table
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
35 ]]></command>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
36 <inputs>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
37 <conditional name="input_type">
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
38 <param name="select_input_type" type="select" label="Select input format" help="See the Help section below for examples">
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
39 <option value="input_file">Table with one pathway per row</option>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
40 <option value="input_list">Text file containing a comma-separated list of KOs</option>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
41 </param>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
42 <when value="input_file">
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
43 <param argument="-i" label="Input file" type="data" format="tabular"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
44 <param argument="-m" type="boolean" truevalue="-m" falsevalue="" checked="false" label="Creates per-contig summary table"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
45 </when>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
46 <when value="input_list">
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
47 <param argument="-l" label="Input list" type="data" format="txt"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
48 </when>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
49 </conditional>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
50 <section name="usr_ref_files" title="Custom Reference Files" help="Optionally, provide your own KEGG reference files instead of using the default KEGG database">
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
51 <param argument="--definitions" label="All modules definitions" type="data" format="txt" optional="true"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
52 <param argument="--names" label="Modules names" type="data" format="txt" optional="true"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
53 <param argument="--classes" label="Modules classes" type="data" format="txt" optional="true"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
54 </section>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
55 <param argument="-w" type="boolean" truevalue="-w" falsevalue="" checked="false" label="Add weights for each KO in output"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
56 <param argument="-p" type="boolean" truevalue="-p" falsevalue="" checked="false" label="Create images with pathways completeness"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
57 </inputs>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
58 <outputs>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
59 <data name="kegg_pathways_table" format="tsv" label="${tool.name} on ${on_string}: KEGG pathway completness table"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
60 <data name="kegg_contig_table" format="tsv" label="${tool.name} on ${on_string}: KEGG contig pathway completness table">
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
61 <filter>input_type['select_input_type'] == "input_file" and input_type['m'] is True</filter>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
62 </data>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
63 <collection name="pathway_plots" type="list" label="${tool.name} on ${on_string}: Pathway plots" format="png">
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
64 <filter>p is True</filter>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
65 <discover_datasets pattern="(?P&lt;designation&gt;.+).png" directory="pathways_plots"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
66 </collection>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
67 </outputs>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
68 <tests>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
69 <test expect_num_outputs="3">
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
70 <conditional name="input_type">
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
71 <param name="select_input_type" value="input_file"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
72 <param name="i" value="input_file.tabular"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
73 <param name="m" value="true"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
74 </conditional>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
75 <section name="usr_ref_files">
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
76 <param name="definitions" value="all_pathways.txt"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
77 <param name="names" value="all_pathways_names.txt"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
78 <param name="classes" value="all_pathways_class.txt"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
79 </section>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
80 <param name="w" value="true"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
81 <param name="p" value="true"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
82 <output name="kegg_pathways_table" file="summary.kegg_pathways.with_wreights.tsv" ftype="tsv"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
83 <output name="kegg_pathways_table" file="summary.kegg_contigs.with_weights.tsv" ftype="tsv"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
84 <output_collection name="pathway_plots" type="list" count="9">
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
85 <element name="M00003" file="pathway_plots/M00003.png" ftype="png"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
86 <element name="M00017" file="pathway_plots/M00017.png" ftype="png"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
87 <element name="M00018" file="pathway_plots/M00018.png" ftype="png"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
88 <element name="M00082" file="pathway_plots/M00082.png" ftype="png"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
89 <element name="M00165" file="pathway_plots/M00165.png" ftype="png"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
90 <element name="M00873" file="pathway_plots/M00873.png" ftype="png"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
91 <element name="M00874" file="pathway_plots/M00874.png" ftype="png"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
92 <element name="M00885" file="pathway_plots/M00885.png" ftype="png"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
93 <element name="M00886" file="pathway_plots/M00886.png" ftype="png"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
94 </output_collection>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
95 </test>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
96 <test expect_num_outputs="1">
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
97 <conditional name="input_type">
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
98 <param name="select_input_type" value="input_list"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
99 <param name="l" value="input_list.txt"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
100 </conditional>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
101 <output name="kegg_pathways_table" file="summary.kegg_pathways.tsv" ftype="tsv"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
102 </test>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
103 </tests>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
104 <help><![CDATA[
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
105 **Compute KEGG pathway/module completeness from KOs or per-contig annotations**
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
106
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
107 Input formats:
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
108
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
109 * Example input file (tabular, one pathway per row):
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
110
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
111 contig1 K00812 K12252 K00003
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
112
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
113 contig1 K02990 K19302 K00645
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
114
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
115 * Example KO list file (comma-separated):
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
116
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
117 K00001,K00002,K00123,K00942
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
118
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
119 **Tool license**: `Apache License 2.0 <https://raw.githubusercontent.com/EBI-Metagenomics/kegg-pathways-completeness-tool/refs/heads/master/LICENSE>`_
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
120 ]]></help>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
121 <creator>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
122 <person givenName="Rand" familyName="Zoabi" url="https://github.com/RZ9082" identifier="https://orcid.org/0009-0000-2501-8053"/>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
123 </creator>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
124 <citations>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
125 <citation type="bibtex">
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
126 @misc{kegg-pathways-completeness,
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
127 author = {{EBI‐Metagenomics}},
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
128 title = {kegg-pathways-completeness-tool},
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
129 howpublished = {\url{https://github.com/EBI-Metagenomics/kegg-pathways-completeness-tool}},
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
130 note = {Accessed: 2025-12-05},
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
131 year = {2024}
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
132 }
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
133 </citation>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
134 </citations>
9933e2f91584 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/kegg_pathways_completeness commit 7352c3ea390d3cd3afe19c0af5be59d8cfbaa7cd
iuc
parents:
diff changeset
135 </tool>