digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 188 173 188 173 0 ",
		bb="0,0,173,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 138 180 138 125 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 58 168 0 84 15 -Workflow Inputs ",
			bb="8,125,138,180",
			label="Workflow Inputs",
			lheight=0.15,
			lp="58,170.5",
			lwidth=1.17,
			rank=same,
			style=dashed
		];
		bam	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 92 133.5 92 152.5 130 152.5 130 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 111 140.5 0 22 3 -bam ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=bam,
			pos="111,143",
			rects="92,133.5,130,152.5",
			width=0.52778];
		capture_kit	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 16.5 133.5 16.5 152.5 87.5 152.5 87.5 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 52 140.5 0 55 11 -capture_kit ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=capture_kit,
			pos="52,143",
			rects="16.5,133.5,87.5,152.5",
			width=0.98611];
	}
	subgraph cluster_outputs {
		graph [_draw_="S 6 -dashed c 7 -#000000 C 7 -#eeeeee P 4 57 8 57 63 165 63 165 8 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 111 15 0 92 16 -Workflow Outputs ",
			bb="57,8,165,63",
			label="Workflow Outputs",
			labelloc=b,
			lheight=0.15,
			lp="111,17.5",
			lwidth=1.28,
			rank=same,
			style=dashed
		];
		output_bam	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 73.5 35.5 73.5 54.5 148.5 54.5 148.5 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 111 42.5 0 59 10 -output_bam ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=output_bam,
			pos="111,45",
			rects="73.5,35.5,148.5,54.5",
			width=1.0417];
	}
	touch_bam	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 75.5 80.5 75.5 99.5 146.5 99.5 146.5 80.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 111 87.5 0 55 9 -touch_bam ",
		height=0.27778,
		label=touch_bam,
		pos="111,90",
		rects="75.5,80.5,146.5,99.5",
		width=0.98611];
	bam -> touch_bam	[_draw_="c 7 -#000000 B 4 111 133.58 111 126.52 111 116.24 111 107.55 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 113.45 107.78 111 100.78 108.55 107.78 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 123 110.6 0 24 4 -name ",
		label=name,
		lp="123,112.5",
		pos="e,111,99.265 111,133.58 111,126.52 111,116.24 111,107.55"];
	touch_bam -> output_bam	[_draw_="c 7 -#000000 B 4 111 80.71 111 75.59 111 68.85 111 62.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 113.45 62.78 111 55.78 108.55 62.78 ",
		pos="e,111,54.265 111,80.709 111,75.593 111,68.848 111,62.666"];
}
