-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclassviz.xml
More file actions
35 lines (33 loc) · 1.41 KB
/
classviz.xml
File metadata and controls
35 lines (33 loc) · 1.41 KB
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
<tool id="classviz" name="ClassViz (interactive)" version="2.2.3"
tool_type="interactive">
<description>Visualize knowledge-based system representations</description>
<requirements>
<requirement type="package" version="3.10">python</requirement>
<container type="docker">classviz:latest</container>
</requirements>
<!-- Locally, use : -->
<!-- <command detect_errors="exit_code"><![CDATA[
python /opt/classviz/classviz.py '$input' '/opt/classviz/data/input.svif'
]]></command> -->
<!-- On your server, use : -->
<command detect_errors="exit_code"><![CDATA[
python /opt/classviz/classviz.py '$input' '/opt/classviz/data/input.svif'
]]></command>
<inputs>
<param name="input" type="data" format="svif" label="SVIF file"/>
</inputs>
<outputs>
<data format="txt" name="output" label="Go to the User tab (on the top) and Select Interactive Tools (from dropdown) and select ClassViz"/>
</outputs>
<entry_points>
<entry_point name="ClassViz" requires_domain="False">
<port>7800</port>
</entry_point>
</entry_points>
<help>
**Remarks**
- The job fails if the input file is not a JSON file, or it is not in SVIF file format.
- Go to the Interactive Tools section in the User menu to view the tool's output.
- Go to the Interactive Tools section in the User menu to kill the process if it is still running.
</help>
</tool>