digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 188 486 188 486 0 ",
		bb="0,0,486,188",
		bgcolor="#eeeeee",
		clusterrank=local,
		color=black,
		dpi=96,
		fontsize=10,
		labeljust=left,
		nodesep=0.05,
		ranksep=0.22,
		xdotversion=1.7
	];
	node [color=black,
		fillcolor=lightgoldenrodyellow,
		fontcolor=black,
		fontname=Helvetica,
		fontsize=10,
		height=0,
		label="\N",
		shape=record,
		style=filled,
		width=0
	];
	edge [arrowsize=0.7,
		color=black,
		fontcolor=black,
		fontname=Helvetica,
		fontsize=8
	];
	subgraph cluster_inputs {
		graph [_draw_="S 6 -dashed c 7 -#000000 C 7 -#eeeeee P 4 16 125 16 180 478 180 478 125 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 66 168 0 84 15 -Workflow Inputs ",
			bb="16,125,478,180",
			label="Workflow Inputs",
			lheight=0.15,
			lp="66,170.5",
			lwidth=1.17,
			rank=same,
			style=dashed
		];
		pdb_dir	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 24 133.5 24 152.5 236 152.5 236 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 130 140.5 0 196 42 -The directory with (or to store) PDB files ",
			fillcolor="#94DDF4",
			height=0.27778,
			label="The directory with (or to store) PDB files",
			pos="130,143",
			rects="24,133.5,236,152.5",
			width=2.9444];
		crossmap_file	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 240 133.5 240 152.5 470 152.5 470 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 355 140.5 0 214 40 -CATH cross-mapped domin StIs family-wise ",
			fillcolor="#94DDF4",
			height=0.27778,
			label="CATH cross-mapped domin StIs family-wise",
			pos="355,143",
			rects="240,133.5,470,152.5",
			width=3.1944];
	}
	subgraph cluster_outputs {
		graph [_draw_="S 6 -dashed c 7 -#000000 C 7 -#eeeeee P 4 8 8 8 63 298 63 298 8 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 62 15 0 92 16 -Workflow Outputs ",
			bb="8,8,298,63",
			label="Workflow Outputs",
			labelloc=b,
			lheight=0.15,
			lp="62,17.5",
			lwidth=1.28,
			rank=same,
			style=dashed
		];
		averaged_structs	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 16 35.5 16 54.5 290 54.5 290 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 153 42.5 0 258 52 -Average structures per passed family with given StIs ",
			fillcolor="#94DDF4",
			height=0.27778,
			label="Average structures per passed family with given StIs",
			pos="153,45",
			rects="16,35.5,290,54.5",
			width=3.8056];
	}
	chop_and_avg_from_list	[_draw_="c 7 -#000000 C 7 -#f3cea1 P 4 85.5 80.5 85.5 99.5 220.5 99.5 220.5 80.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 153 87.5 0 119 22 -chop_and_avg_from_list ",
		fillcolor="#F3CEA1",
		height=0.27778,
		label=chop_and_avg_from_list,
		pos="153,90",
		rects="85.5,80.5,220.5,99.5",
		width=1.875];
	pdb_dir -> chop_and_avg_from_list	[_draw_="c 7 -#000000 B 4 133.8 133.58 137.05 126.37 141.81 115.81 145.78 107 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 148.01 108.03 148.65 100.64 143.54 106.02 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 170 110.6 0 52 11 -pdb_storage ",
		label=pdb_storage,
		lp="170,112.5",
		pos="e,149.27,99.265 133.8,133.58 137.05,126.37 141.81,115.81 145.78,107"];
	crossmap_file -> chop_and_avg_from_list	[_draw_="c 7 -#000000 B 4 321.64 133.58 286.85 124.79 232.23 111 194.63 101.51 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 195.26 99.14 187.87 99.8 194.06 103.89 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 266.5 110.6 0 25 7 -in_file ",
		label=in_file,
		lp="266.5,112.5",
		pos="e,186.41,99.434 321.64,133.58 286.85,124.79 232.23,111 194.63,101.51"];
	chop_and_avg_from_list -> averaged_structs	[_draw_="c 7 -#000000 B 4 153 80.71 153 75.59 153 68.85 153 62.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 155.45 62.78 153 55.78 150.55 62.78 ",
		pos="e,153,54.265 153,80.709 153,75.593 153,68.848 153,62.666"];
}
