about summary refs log tree commit diff
path: root/sourcecodes/data/old/example_sci_bk/Llugraphviz.txt
diff options
context:
space:
mode:
authorziejd22018-04-25 16:43:19 -0500
committerziejd22018-04-25 16:43:19 -0500
commit74b673ba4a706085201a5610b938ff98f08f641d (patch)
treecb39006ea1a39499e00dbbb0e0097087a4567031 /sourcecodes/data/old/example_sci_bk/Llugraphviz.txt
parenta781cb1ff2e7ae6de0f686bd02cd279261485b1e (diff)
downloadBNW-74b673ba4a706085201a5610b938ff98f08f641d.tar.gz
Bug fixes, code comments, and minor changes
Diffstat (limited to 'sourcecodes/data/old/example_sci_bk/Llugraphviz.txt')
-rw-r--r--sourcecodes/data/old/example_sci_bk/Llugraphviz.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/sourcecodes/data/old/example_sci_bk/Llugraphviz.txt b/sourcecodes/data/old/example_sci_bk/Llugraphviz.txt
new file mode 100644
index 00000000..88bbd3ba
--- /dev/null
+++ b/sourcecodes/data/old/example_sci_bk/Llugraphviz.txt
@@ -0,0 +1,10 @@
+digraph G {
+size="10,10";  ratio = fill;
+node [shape=square,width=1.5];
+Genotype -> Gene3;
+Genotype -> Gene1;
+Gene3 -> Phenotype;
+Gene2 -> Gene3;
+Gene2 -> Phenotype;
+Gene1 -> Gene2;
+}
\ No newline at end of file