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

planemo upload commit 11382afe87364aaafb19973470d5066229a6e34f
author dereeper
date Tue, 14 Aug 2018 08:04:23 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:6f11162b6fa2
1 var nodes = [
2 {id: 1, label: 'Haplo1',shape:'image',radius:'3'}
3 {id: 2, label: 'Haplo2',shape:'image',radius:'2'}
4 {id: 3, label: 'Haplo3',shape:'image',radius:'23'}
5 {id: 4, label: 'Haplo4',shape:'image',radius:'2'}
6 {id: 5, label: 'Haplo5',shape:'image',radius:'2'}
7 {id: 6, label: 'Haplo6',shape:'image',radius:'2'}
8 {id: 7, label: 'Haplo7',shape:'image',radius:'2'}
9 {id: 8, label: 'Haplo8',shape:'image',radius:'2'}
10 ];
11 var edges = [
12 {from: 4, to: 6,length:'7',style: 'line',color:'black',},
13 {from: 1, to: 2,length:'7',style: 'line',color:'black',},
14 {from: 3, to: 4,length:'7',style: 'line',color:'black',},
15 ];