digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 233 170 233 170 0 ",
		bb="0,0,170,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
		];
		bam	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 62 178.5 62 197.5 100 197.5 100 178.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 81 185.5 0 22 3 -bam ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=bam,
			pos="81,188",
			rects="62,178.5,100,197.5",
			width=0.52778];
	}
	subgraph cluster_outputs {
		graph [_draw_="S 6 -dashed c 7 -#000000 C 7 -#eeeeee P 4 54 8 54 63 162 63 162 8 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 108 15 0 92 16 -Workflow Outputs ",
			bb="54,8,162,63",
			label="Workflow Outputs",
			labelloc=b,
			lheight=0.15,
			lp="108,17.5",
			lwidth=1.28,
			rank=same,
			style=dashed
		];
		out	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 92 35.5 92 54.5 124 54.5 124 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 108 42.5 0 16 3 -out ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=out,
			pos="108,45",
			rects="92,35.5,124,54.5",
			width=0.44444];
	}
	bamtobed	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 52 125.5 52 144.5 164 144.5 164 125.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 108 132.5 0 96 17 -bedtools-bamtobed ",
		height=0.27778,
		label="bedtools-bamtobed",
		pos="108,135",
		rects="52,125.5,164,144.5",
		width=1.5556];
	bam -> bamtobed	[_draw_="c 7 -#000000 B 4 85.46 178.58 89.31 171.3 94.98 160.59 99.67 151.73 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 101.81 152.94 102.92 145.6 97.48 150.64 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 99.5 155.6 0 3 1 -i ",
		label=i,
		lp="99.5,157.5",
		pos="e,103.62,144.26 85.459,178.58 89.312,171.3 94.983,160.59 99.673,151.73"];
	gzip	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 89.5 80.5 89.5 99.5 126.5 99.5 126.5 80.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 108 87.5 0 21 4 -gzip ",
		height=0.27778,
		label=gzip,
		pos="108,90",
		rects="89.5,80.5,126.5,99.5",
		width=0.51389];
	gzip -> out	[_draw_="c 7 -#000000 B 4 108 80.71 108 75.59 108 68.85 108 62.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 110.45 62.78 108 55.78 105.55 62.78 ",
		pos="e,108,54.265 108,80.709 108,75.593 108,68.848 108,62.666"];
	bamtobed -> gzip	[_draw_="c 7 -#000000 B 4 108 125.71 108 120.59 108 113.85 108 107.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 110.45 107.78 108 100.78 105.55 107.78 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 114.5 110.6 0 13 4 -file ",
		label=file,
		lp="114.5,112.5",
		pos="e,108,99.265 108,125.71 108,120.59 108,113.85 108,107.67"];
	default1	[_draw_="c 7 -#000000 C 7 -#d5aefc P 4 116 178.5 116 197.5 152 197.5 152 178.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 134 185.5 0 20 4 -true ",
		fillcolor="#D5AEFC",
		height=0.27778,
		label=true,
		pos="134,188",
		rects="116,178.5,152,197.5",
		width=0.5];
	default1 -> bamtobed	[_draw_="c 7 -#000000 B 4 129.71 178.58 126 171.3 120.53 160.59 116.02 151.73 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 118.26 150.74 112.9 145.61 113.9 152.96 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 134.5 155.6 0 27 5 -bedpe ",
		label=bedpe,
		lp="134.5,157.5",
		pos="e,112.21,144.26 129.71,178.58 126,171.3 120.53,160.59 116.02,151.73"];
}
