digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 188 124 188 124 0 ",
		bb="0,0,124,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 13 125 13 180 113 180 113 125 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 63 168 0 84 15 -Workflow Inputs ",
			bb="13,125,113,180",
			label="Workflow Inputs",
			lheight=0.15,
			lp="63,170.5",
			lwidth=1.17,
			rank=same,
			style=dashed
		];
		input_file	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 22 133.5 22 152.5 84 152.5 84 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 53 140.5 0 46 10 -input_file ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=input_file,
			pos="53,143",
			rects="22,133.5,84,152.5",
			width=0.86111];
	}
	subgraph cluster_outputs {
		graph [_draw_="S 6 -dashed c 7 -#000000 C 7 -#eeeeee P 4 8 8 8 63 116 63 116 8 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 62 15 0 92 16 -Workflow Outputs ",
			bb="8,8,116,63",
			label="Workflow Outputs",
			labelloc=b,
			lheight=0.15,
			lp="62,17.5",
			lwidth=1.28,
			rank=same,
			style=dashed
		];
		output_file	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 19 35.5 19 54.5 87 54.5 87 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 53 42.5 0 52 11 -output_file ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=output_file,
			pos="53,45",
			rects="19,35.5,87,54.5",
			width=0.94444];
	}
	md5sum	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 23.5 80.5 23.5 99.5 82.5 99.5 82.5 80.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 53 87.5 0 43 6 -md5sum ",
		height=0.27778,
		pos="53,90",
		rects="23.5,80.5,82.5,99.5",
		width=0.81944];
	input_file -> md5sum	[_draw_="c 7 -#000000 B 4 53 133.58 53 126.52 53 116.24 53 107.55 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 55.45 107.78 53 100.78 50.55 107.78 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 72 110.6 0 38 10 -input_file ",
		label=input_file,
		lp="72,112.5",
		pos="e,53,99.265 53,133.58 53,126.52 53,116.24 53,107.55"];
	md5sum -> output_file	[_draw_="c 7 -#000000 B 4 53 80.71 53 75.59 53 68.85 53 62.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 55.45 62.78 53 55.78 50.55 62.78 ",
		pos="e,53,54.265 53,80.709 53,75.593 53,68.848 53,62.666"];
}
