digraph DAG {
    label="DAGMan Job status at Mon Jul 25 14:17:15 2011";

    "PRUNCLIP" [shape=ellipse label="PRUNCLIP (R)" peripheries=2];
    "FINALAVED" [shape=ellipse label="FINALAVED (I)"];

    "PRUNCLIP" -> "FINALAVED";
}
