diff test-data/network.txt @ 0:6f11162b6fa2 draft

planemo upload commit 11382afe87364aaafb19973470d5066229a6e34f
author dereeper
date Tue, 14 Aug 2018 08:04:23 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/network.txt	Tue Aug 14 08:04:23 2018 -0400
@@ -0,0 +1,15 @@
+var nodes = [
+{id: 1, label: 'Haplo1',shape:'image',radius:'3'}
+{id: 2, label: 'Haplo2',shape:'image',radius:'2'}
+{id: 3, label: 'Haplo3',shape:'image',radius:'23'}
+{id: 4, label: 'Haplo4',shape:'image',radius:'2'}
+{id: 5, label: 'Haplo5',shape:'image',radius:'2'}
+{id: 6, label: 'Haplo6',shape:'image',radius:'2'}
+{id: 7, label: 'Haplo7',shape:'image',radius:'2'}
+{id: 8, label: 'Haplo8',shape:'image',radius:'2'}
+];
+var edges = [
+{from: 4, to: 6,length:'7',style: 'line',color:'black',},
+{from: 1, to: 2,length:'7',style: 'line',color:'black',},
+{from: 3, to: 4,length:'7',style: 'line',color:'black',},
+];