Mercurial > repos > bornea > plot_force_ev
comparison PlotForce_EV.xml @ 0:98078b04e474 draft
Uploaded
author | bornea |
---|---|
date | Wed, 18 Oct 2017 15:35:30 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:98078b04e474 |
---|---|
1 <tool id="plot_force_EV" name="Plot Network: Force Directed Network - Scaled Nodes"> | |
2 <description></description> | |
3 <command interpreter="python">plotForce_EV.py $node_attr $edges $ForceDirected_EV \$INSTALL_RUN_PATH/</command> | |
4 <requirements> | |
5 <requirement type="set_environment">INSTALL_RUN_PATH</requirement> | |
6 </requirements> | |
7 <inputs> | |
8 <param format="tabular" name="node_attr" type="data" label="Node Attribute File"/> | |
9 <param type="sif" name="edges" type = data label="Network File"/> | |
10 </inputs> | |
11 <outputs> | |
12 <data format="html" name="ForceDirected_EV" label="Scaled Force Directed Network"/> | |
13 </outputs> | |
14 <stdio> | |
15 <regex match="Error|error" | |
16 source="stdout" | |
17 level="fatal" | |
18 description="Unknown error"/> | |
19 <regex match="Error|error" | |
20 source="stderr" | |
21 level="fatal" | |
22 description="Unknown error"/> | |
23 </stdio> | |
24 | |
25 <tests> | |
26 <test> | |
27 <param name="input" value="fa_gc_content_input.fa"/> | |
28 <output name="out_file1" file="fa_gc_content_output.txt"/> | |
29 </test> | |
30 </tests> | |
31 <help> | |
32 Plot Force Directed Network | |
33 ---------------------------------------- | |
34 | |
35 This tool reads in a network SIF file and it's corresponding node attributes | |
36 and plots an interactive force directed network with node size scaled on centrality | |
37 in HMTL format | |
38 | |
39 **1) Node Attributes File ** | |
40 This file must be output from Network Attributes Tool of the network | |
41 file being input below. | |
42 | |
43 **2) Network File** | |
44 | |
45 Please input a network SIF file matching the Node Attribute file above | |
46 </help> | |
47 </tool> |