digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 188 133 188 133 0 ",
		bb="0,0,133,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 8 125 8 180 108 180 108 125 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 58 168 0 84 15 -Workflow Inputs ",
			bb="8,125,108,180",
			label="Workflow Inputs",
			lheight=0.15,
			lp="58,170.5",
			lwidth=1.17,
			rank=same,
			style=dashed
		];
		sv_batch_rec	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 18 133.5 18 152.5 98 152.5 98 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 58 140.5 0 64 12 -sv_batch_rec ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=sv_batch_rec,
			pos="58,143",
			rects="18,133.5,98,152.5",
			width=1.1111];
	}
	subgraph cluster_outputs {
		graph [_draw_="S 6 -dashed c 7 -#000000 C 7 -#eeeeee P 4 17 8 17 63 125 63 125 8 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 71 15 0 92 16 -Workflow Outputs ",
			bb="17,8,125,63",
			label="Workflow Outputs",
			labelloc=b,
			lheight=0.15,
			lp="71,17.5",
			lwidth=1.28,
			rank=same,
			style=dashed
		];
		sv_rec	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 34 35.5 34 54.5 82 54.5 82 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 58 42.5 0 32 6 -sv_rec ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=sv_rec,
			pos="58,45",
			rects="34,35.5,82,54.5",
			width=0.66667];
	}
	detect_sv	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 26 80.5 26 99.5 90 99.5 90 80.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 58 87.5 0 48 9 -detect_sv ",
		height=0.27778,
		label=detect_sv,
		pos="58,90",
		rects="26,80.5,90,99.5",
		width=0.88889];
	sv_batch_rec -> detect_sv	[_draw_="c 7 -#000000 B 4 58 133.58 58 126.52 58 116.24 58 107.55 ",
		_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 84.5 110.6 0 53 12 -sv_batch_rec ",
		label=sv_batch_rec,
		lp="84.5,112.5",
		pos="e,58,99.265 58,133.58 58,126.52 58,116.24 58,107.55"];
	detect_sv -> sv_rec	[_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"];
}
