digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 233 139 233 139 0 ",
		bb="0,0,139,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 31 170 31 225 131 225 131 170 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 81 213 0 84 15 -Workflow Inputs ",
			bb="31,170,131,225",
			label="Workflow Inputs",
			lheight=0.15,
			lp="81,215.5",
			lwidth=1.17,
			rank=same,
			style=dashed
		];
		vcf	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 46 178.5 46 197.5 78 197.5 78 178.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 62 185.5 0 16 3 -vcf ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=vcf,
			pos="62,188",
			rects="46,178.5,78,197.5",
			width=0.44444];
	}
	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
		];
		indexed_vcf	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 24.5 35.5 24.5 54.5 99.5 54.5 99.5 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 62 42.5 0 59 11 -indexed_vcf ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=indexed_vcf,
			pos="62,45",
			rects="24.5,35.5,99.5,54.5",
			width=1.0417];
	}
	bgzip	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 29.5 125.5 29.5 144.5 94.5 144.5 94.5 125.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 62 132.5 0 49 9 -bgzip VCF ",
		height=0.27778,
		label="bgzip VCF",
		pos="62,135",
		rects="29.5,125.5,94.5,144.5",
		width=0.90278];
	vcf -> bgzip	[_draw_="c 7 -#000000 B 4 62 178.58 62 171.52 62 161.24 62 152.55 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 64.45 152.78 62 145.78 59.55 152.78 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 68.5 155.6 0 13 4 -file ",
		label=file,
		lp="68.5,157.5",
		pos="e,62,144.26 62,178.58 62,171.52 62,161.24 62,152.55"];
	index	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 31 80.5 31 99.5 93 99.5 93 80.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 62 87.5 0 46 9 -vcf index ",
		height=0.27778,
		label="vcf index",
		pos="62,90",
		rects="31,80.5,93,99.5",
		width=0.86111];
	index -> indexed_vcf	[_draw_="c 7 -#000000 B 4 62 80.71 62 75.59 62 68.85 62 62.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 64.45 62.78 62 55.78 59.55 62.78 ",
		pos="e,62,54.265 62,80.709 62,75.593 62,68.848 62,62.666"];
	bgzip -> index	[_draw_="c 7 -#000000 B 4 62 125.71 62 120.59 62 113.85 62 107.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 64.45 107.78 62 100.78 59.55 107.78 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 68.5 110.6 0 13 3 -vcf ",
		label=vcf,
		lp="68.5,112.5",
		pos="e,62,99.265 62,125.71 62,120.59 62,113.85 62,107.67"];
}
