changeset 3:57d937fc6395 draft

planemo upload commit d28e54b122131899c7ec49abc39f72645da36ecf-dirty
author vmarcon
date Fri, 03 Aug 2018 08:21:21 -0400
parents f0792cd6dee3
children 5bc90a303911
files Cytoscape.xml
diffstat 1 files changed, 23 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/Cytoscape.xml	Fri Aug 03 08:17:00 2018 -0400
+++ b/Cytoscape.xml	Fri Aug 03 08:21:21 2018 -0400
@@ -97,20 +97,30 @@
 
 ::
 
-        {"elements": {"nodes": [{ "data": { "id": "MV1", "width": 0.1} },
-        { "data": { "id": "MV2", "width": 0.1} },
-        { "data": { "id": "MV3", "width": 0.1} },
-        { "data": { "id": "haplo6", "width": 0.8 } },
-        { "data": { "id": "haplo7", "width": 0.8 } },
-        { "data": { "id": "haplo8", "width": 0.8 } }],
-        "edges": [
-        { "data": { "id": "haplo4MV1", "weight": 1, "source": "haplo4", "target": "MV1"} },
-        { "data": { "id": "haplo3haplo4", "weight": 1, "source": "haplo3", "target": "haplo4"} },
-        { "data": { "id": "haplo5MV3", "weight": 1, "source": "haplo5", "target": "MV3"} },
-        { "data": { "id": "MV1MV2", "weight": 1, "source": "MV1", "target": "MV2"} },
-        { "data": { "id": "haplo8MV3", "weight": 1, "source": "haplo8", "target": "MV3"} }]}}
+	{"elements": {"nodes": [{ "data": { "id": "MV1", "width": 0.1} },
+	{ "data": { "id": "MV2", "width": 0.1} },
+	{ "data": { "id": "MV3", "width": 0.1} },
+	{ "data": { "id": "haplo1", "width": 1.2000000000000002 } },
+	{ "data": { "id": "haplo2", "width": 0.8 } },
+	{ "data": { "id": "haplo3", "width": 5.0 } },
+	{ "data": { "id": "haplo4", "width": 0.8 } },
+	{ "data": { "id": "haplo5", "width": 0.8 } },
+	{ "data": { "id": "haplo6", "width": 0.8 } },
+	{ "data": { "id": "haplo7", "width": 0.8 } },
+	{ "data": { "id": "haplo8", "width": 0.8 } }],
+	"edges": [
+	{ "data": { "id": "haplo4MV1", "weight": 1, "source": "haplo4", "target": "MV1"} },
+	{ "data": { "id": "haplo3haplo4", "weight": 1, "source": "haplo3", "target": "haplo4"} },
+	{ "data": { "id": "haplo4haplo6", "weight": 1, "source": "haplo4", "target": "haplo6"} },
+	{ "data": { "id": "haplo1MV1", "weight": 1, "source": "haplo1", "target": "MV1"} },
+	{ "data": { "id": "haplo1haplo2", "weight": 1, "source": "haplo1", "target": "haplo2"} },
+	{ "data": { "id": "haplo7MV2", "weight": 1, "source": "haplo7", "target": "MV2"} },
+	{ "data": { "id": "MV2MV3", "weight": 1, "source": "MV2", "target": "MV3"} },
+	{ "data": { "id": "haplo5MV3", "weight": 1, "source": "haplo5", "target": "MV3"} },
+	{ "data": { "id": "MV1MV2", "weight": 1, "source": "MV1", "target": "MV2"} },
+	{ "data": { "id": "haplo8MV3", "weight": 1, "source": "haplo8", "target": "MV3"} }]}}
 
-input.json
+Cytoscape network
 ----------------------------
 
 .. image:: $PATH_TO_IMAGES/network.png