comparison test-data/dotfile.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 graph G {
2 overlap="scale";
3 outputMode="nodesfirst";
4 MV1 [shape="circle", color="red", width=0.1, height=0.1,fixedsize=true];
5 MV2 [shape="circle", color="red", width=0.1, height=0.1,fixedsize=true];
6 MV3 [shape="circle", color="red", width=0.1, height=0.1,fixedsize=true];
7 haplo1 [shape="circle",style="filled", color="green" , imagescale="both", width=1.2000000000000002, height=1.2000000000000002,fixedsize=true];
8 haplo2 [shape="circle",style="filled", color="green" , imagescale="both", width=0.8, height=0.8,fixedsize=true];
9 haplo3 [shape="circle",style="filled", color="green" , imagescale="both", width=5.0, height=5.0,fixedsize=true];
10 haplo4 [shape="circle",style="filled", color="green" , imagescale="both", width=0.8, height=0.8,fixedsize=true];
11 haplo5 [shape="circle",style="filled", color="green" , imagescale="both", width=0.8, height=0.8,fixedsize=true];
12 haplo6 [shape="circle",style="filled", color="green" , imagescale="both", width=0.8, height=0.8,fixedsize=true];
13 haplo7 [shape="circle",style="filled", color="green" , imagescale="both", width=0.8, height=0.8,fixedsize=true];
14 haplo8 [shape="circle",style="filled", color="green" , imagescale="both", width=0.8, height=0.8,fixedsize=true];
15 haplo7 -- MV2 [len=0.2];
16 haplo4 -- haplo6 [len=0.2];
17 haplo1 -- haplo2 [len=0.2];
18 haplo1 -- MV1 [len=0.2];
19 haplo4 -- MV1 [len=0.2];
20 haplo3 -- haplo4 [len=0.2];
21 MV2 -- MV3 [len=0.6];
22 haplo5 -- MV3 [len=0.8];
23 MV1 -- MV2 [len=1,label="length: 6.0",color="red"];
24 haplo8 -- MV3 [len=1,label="length: 24.0",color="red"];
25 }