diff Roary/t/data/expected_sample_weights_core_accessory_graph.dot @ 0:c47a5f61bc9f draft

Uploaded
author dereeper
date Fri, 14 May 2021 20:27:06 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Roary/t/data/expected_sample_weights_core_accessory_graph.dot	Fri May 14 20:27:06 2021 +0000
@@ -0,0 +1,22 @@
+digraph g
+{
+
+  /* list of nodes */
+  "group_A";
+  "group_B";
+  "group_C";
+  "group_D";
+  "group_E";
+  "group_F";
+  "group_G";
+  "group_H";
+
+  /* list of edges */
+  "group_A" -> "group_B" [weight = "2"];
+  "group_C" -> "group_B" [weight = "2"];
+  "group_C" -> "group_D" [weight = "2"];
+  "group_E" -> "group_D" [weight = "0.625"];
+  "group_E" -> "group_F" [weight = "0.625"];
+  "group_F" -> "group_G" [weight = "2"];
+  "group_G" -> "group_H" [weight = "2"];
+}