-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkengine_autoc.xml
56 lines (39 loc) · 1.31 KB
/
kengine_autoc.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<tool id="KEautoComplete" name="Ontology for Clinical Science" version="0.1">
<label id="MyScript"><![CDATA[
<script type="text/javascript">
alert("Hello Galaxy");
</script>
]]></label>
<requirements>
<requirement type="package" version=""></requirement>
</requirements>
<description>is an ontology of entities involved in clinical science </description>
<script type="text/javascript">
// <![CDATA[
alert(1);
// ]]>
</script>
<command interpreter="python">
kengine_autoc.py
</command>
<inputs>
<page>
<param name="in_entry" label="Treatment of Disease and Diagnosis" type="text" size="5x100" value="A swelling of a part of the body, generally without inflammation" area="True"/>
<param name="auto_comp_entry" label="Structures, Patterns from Medical Entities" type="text" size="5x100" value="Tumor" area="True"/>
</page>
</inputs>
<outputs>
<data format="txt" name="output" label="Medical report" />
</outputs>
<help>
**Note**
Exploring Cancer Disease Ontologies
**What it does**
Collect clinical phenotype ontology terms to specific diseases.
**Example**
------
**Attribution**
This wrapper is released licensed under the LGPL_
.. _LGPL: http://www.gnu.org/copyleft/lesser.html
</help>
</tool>