digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 233 134 233 134 0 ",
		bb="0,0,134,233",
		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 8 170 8 225 108 225 108 170 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 58 213 0 84 15 -Workflow Inputs ",
			bb="8,170,108,225",
			label="Workflow Inputs",
			lheight=0.15,
			lp="58,215.5",
			lwidth=1.17,
			rank=same,
			style=dashed
		];
		special_file	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 22.5 178.5 22.5 197.5 93.5 197.5 93.5 178.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 58 185.5 0 55 12 -special_file ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=special_file,
			pos="58,188",
			rects="22.5,178.5,93.5,197.5",
			width=0.98611];
	}
	subgraph cluster_outputs {
		graph [_draw_="S 6 -dashed c 7 -#000000 C 7 -#eeeeee P 4 18 8 18 63 126 63 126 8 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 72 15 0 92 16 -Workflow Outputs ",
			bb="18,8,126,63",
			label="Workflow Outputs",
			labelloc=b,
			lheight=0.15,
			lp="72,17.5",
			lwidth=1.28,
			rank=same,
			style=dashed
		];
		cores	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 36.5 35.5 36.5 54.5 79.5 54.5 79.5 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 58 42.5 0 27 5 -cores ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=cores,
			pos="58,45",
			rects="36.5,35.5,79.5,54.5",
			width=0.59722];
	}
	count	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 36 125.5 36 144.5 80 144.5 80 125.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 58 132.5 0 28 5 -count ",
		height=0.27778,
		label=count,
		pos="58,135",
		rects="36,125.5,80,144.5",
		width=0.61111];
	special_file -> count	[_draw_="c 7 -#000000 B 4 58 178.58 58 171.52 58 161.24 58 152.55 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 60.45 152.78 58 145.78 55.55 152.78 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 81 155.6 0 46 12 -special_file ",
		label=special_file,
		lp="81,157.5",
		pos="e,58,144.26 58,178.58 58,171.52 58,161.24 58,152.55"];
	report	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 35 80.5 35 99.5 81 99.5 81 80.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 58 87.5 0 30 6 -report ",
		height=0.27778,
		label=report,
		pos="58,90",
		rects="35,80.5,81,99.5",
		width=0.63889];
	count -> report	[_draw_="c 7 -#000000 B 4 58 125.71 58 120.59 58 113.85 58 107.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 60.45 107.78 58 100.78 55.55 107.78 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 67.5 110.6 0 19 5 -file1 ",
		label=file1,
		lp="67.5,112.5",
		pos="e,58,99.265 58,125.71 58,120.59 58,113.85 58,107.67"];
	report -> cores	[_draw_="c 7 -#000000 B 4 58 80.71 58 75.59 58 68.85 58 62.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 60.45 62.78 58 55.78 55.55 62.78 ",
		pos="e,58,54.265 58,80.709 58,75.593 58,68.848 58,62.666"];
}
