Mercurial > repos > iuc > onto_tk_get_subontology_from
comparison get_subontology_from.xml @ 0:1b3796bc5ac0 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/onto-toolkit commit 9422f839ae354d4c26b02d4494abdeaad518d0e6
author | iuc |
---|---|
date | Fri, 10 Nov 2017 11:35:10 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1b3796bc5ac0 |
---|---|
1 <tool id="onto_tk_get_subontology_from" name="Get subontology" version="@VERSION@.0"> | |
2 <description>from a given OBO term</description> | |
3 <macros> | |
4 <import>onto_macros.xml</import> | |
5 </macros> | |
6 <expand macro="requirements" /> | |
7 <command detect_errors="aggressive"> | |
8 get_subontology_from.pl | |
9 -f '$input' | |
10 -t '$term_id' > '$output' | |
11 </command> | |
12 <inputs> | |
13 <expand macro="input_ontology" /> | |
14 <expand macro="term_id" /> | |
15 </inputs> | |
16 <outputs> | |
17 <data format="obo" name="output" label="Subontology of ${on_string} with $term_id"/> | |
18 </outputs> | |
19 <tests> | |
20 <test> | |
21 <param name="input" value="pre_cco_core.obo"/> | |
22 <param name="term_id" value="CCO:P0000003"/> | |
23 <output name="output" file="sub_ontology.obo" lines_diff="2"/> | |
24 </test> | |
25 </tests> | |
26 <help> | |
27 | |
28 Extracts a subontology (in OBO format) of a given ontology having as root node the provided term ID. | |
29 | |
30 </help> | |
31 <expand macro="citations" /> | |
32 </tool> |