digraph workflow {
	graph [_draw_="c 9 -#fffffe00 C 7 -#eeeeee P 4 0 0 0 233 124 233 124 0 ",
		bb="0,0,124,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 12 170 12 225 112 225 112 170 ",
			_ldraw_="F 10 11 -Times-Roman c 7 -#000000 T 62 213 0 84 15 -Workflow Inputs ",
			bb="12,170,112,225",
			label="Workflow Inputs",
			lheight=0.15,
			lp="62,215.5",
			lwidth=1.17,
			rank=same,
			style=dashed
		];
		fasta_file	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 20 178.5 20 197.5 82 197.5 82 178.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 51 185.5 0 46 10 -fasta_file ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=fasta_file,
			pos="51,188",
			rects="20,178.5,82,197.5",
			width=0.86111];
	}
	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
		];
		gap_lines	[_draw_="c 7 -#000000 C 7 -#94ddf4 P 4 19.5 35.5 19.5 54.5 82.5 54.5 82.5 35.5 ",
			_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 51 42.5 0 47 9 -gap_lines ",
			fillcolor="#94DDF4",
			height=0.27778,
			label=gap_lines,
			pos="51,45",
			rects="19.5,35.5,82.5,54.5",
			width=0.875];
	}
	delete_id	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 20 125.5 20 144.5 82 144.5 82 125.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 51 132.5 0 46 9 -delete_id ",
		height=0.27778,
		label=delete_id,
		pos="51,135",
		rects="20,125.5,82,144.5",
		width=0.86111];
	fasta_file -> delete_id	[_draw_="c 7 -#000000 B 4 51 178.58 51 171.52 51 161.24 51 152.55 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 53.45 152.78 51 145.78 48.55 152.78 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 70 155.6 0 38 10 -fasta_file ",
		label=fasta_file,
		lp="70,157.5",
		pos="e,51,144.26 51,178.58 51,171.52 51,161.24 51,152.55"];
	"gaps-or-not"	[_draw_="c 7 -#000000 C 7 -#fafad2 P 4 14.5 80.5 14.5 99.5 87.5 99.5 87.5 80.5 ",
		_ldraw_="F 10 9 -Helvetica c 7 -#000000 T 51 87.5 0 57 11 -gaps-or-not ",
		height=0.27778,
		label="gaps-or-not",
		pos="51,90",
		rects="14.5,80.5,87.5,99.5",
		width=1.0139];
	"gaps-or-not" -> gap_lines	[_draw_="c 7 -#000000 B 4 51 80.71 51 75.59 51 68.85 51 62.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 53.45 62.78 51 55.78 48.55 62.78 ",
		pos="e,51,54.265 51,80.709 51,75.593 51,68.848 51,62.666"];
	delete_id -> "gaps-or-not"	[_draw_="c 7 -#000000 B 4 51 125.71 51 120.59 51 113.85 51 107.67 ",
		_hdraw_="S 5 -solid c 7 -#000000 C 7 -#000000 P 3 53.45 107.78 51 100.78 48.55 107.78 ",
		_ldraw_="F 8 9 -Helvetica c 7 -#000000 T 81 110.6 0 60 15 -id_deleted_file ",
		label=id_deleted_file,
		lp="81,112.5",
		pos="e,51,99.265 51,125.71 51,120.59 51,113.85 51,107.67"];
}
