From c4f926438dcb8abe805e910399940f79ff643c4b Mon Sep 17 00:00:00 2001 From: ziejd2 Date: Thu, 14 Sep 2017 15:39:41 -0500 Subject: Add files via upload --- sourcecodes/data/example_chl/bWRgraphviz.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sourcecodes/data/example_chl/bWRgraphviz.txt (limited to 'sourcecodes/data/example_chl/bWRgraphviz.txt') diff --git a/sourcecodes/data/example_chl/bWRgraphviz.txt b/sourcecodes/data/example_chl/bWRgraphviz.txt new file mode 100644 index 00000000..2cd4e8cd --- /dev/null +++ b/sourcecodes/data/example_chl/bWRgraphviz.txt @@ -0,0 +1,11 @@ +digraph G { +size="10,10"; ratio = fill; +node [shape=square,width=1.5]; +Ctrq3 -> MAS; +Ctrq3 -> Neutrophil; +Ctrq3 -> Load; +Ctrq3 -> Weight; +MAS -> Neutrophil; +MAS -> Load; +Neutrophil -> Weight; +} \ No newline at end of file -- cgit 1.4.1