digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 188 413 188 413 0 ",
		bb="0,0,413,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 405 180 405 125 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 58 168 0 84 15 -Workflow Inputs ",
			bb="8,125,405,180",
			label="Workflow Inputs",
			lheight=0.15,
			lp="58,170.5",
			lwidth=1.17,
			rank=same,
			style=dashed
		];
		proteins	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 16.5 133.5 16.5 152.5 173.5 152.5 173.5 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 95 140.5 0 141 30 -List of protein sequence files ",
			fillcolor="#94DDF4",
			height=0.27778,
			label="List of protein sequence files",
			pos="95,143",
			rects="16.5,133.5,173.5,152.5",
			width=2.1806];
		nucleotides	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 177.5 133.5 177.5 152.5 396.5 152.5 396.5 133.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 287 140.5 0 203 42 -Matching list of nucleotide sequence files ",
			fillcolor="#94DDF4",
			height=0.27778,
			label="Matching list of nucleotide sequence files",
			pos="287,143",
			rects="177.5,133.5,396.5,152.5",
			width=3.0417];
	}
	subgraph cluster_outputs {
		graph [_draw_="S 6 -dashed c 7 -#000000 C 7 -#eeeeee P 4 136 8 136 63 244 63 244 8 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 190 15 0 92 16 -Workflow Outputs ",
			bb="136,8,244,63",
			label="Workflow Outputs",
			labelloc=b,
			lheight=0.15,
			lp="190,17.5",
			lwidth=1.28,
			rank=same,
			style=dashed
		];
		results	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 165 35.5 165 54.5 215 54.5 215 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 190 42.5 0 34 7 -results ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=results,
			pos="190,45",
			rects="165,35.5,215,54.5",
			width=0.69444];
	}
	alignment	[_draw_="c 7 -#000000 C 7 -#f3cea1 P 4 157 80.5 157 99.5 223 99.5 223 80.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 190 87.5 0 50 9 -alignment ",
		fillcolor="#F3CEA1",
		height=0.27778,
		label=alignment,
		pos="190,90",
		rects="157,80.5,223,99.5",
		width=0.91667];
	proteins -> alignment	[_draw_="c 7 -#000000 B 4 110.69 133.58 126.09 125.31 149.75 112.61 167.22 103.23 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 167.95 105.62 172.96 100.15 165.63 101.3 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 191 110.6 0 70 17 -proteins_to_align ",
		label=proteins_to_align,
		lp="191,112.5",
		pos="e,174.29,99.434 110.69,133.58 126.09,125.31 149.75,112.61 167.22,103.23"];
	nucleotides -> alignment	[_draw_="c 7 -#000000 B 7 272.88 133.55 260.84 126.45 242.99 116.18 227 108 223.65 106.29 220.1 104.55 216.57 102.88 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 217.72 100.71 210.34 99.98 215.66 105.15 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 267.5 110.6 0 49 11 -nucleotides ",
		label=nucleotides,
		lp="267.5,112.5",
		pos="e,208.97,99.343 272.88,133.55 260.84,126.45 242.99,116.18 227,108 223.65,106.29 220.1,104.55 216.57,102.88"];
	alignment -> results	[_draw_="c 7 -#000000 B 4 190 80.71 190 75.59 190 68.85 190 62.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 192.45 62.78 190 55.78 187.55 62.78 ",
		pos="e,190,54.265 190,80.709 190,75.593 190,68.848 190,62.666"];
}
