.TH "makeflow_viz" 1 "" "CCTools 7.1.2 FINAL" "Cooperative Computing Tools" .SH NAME .LP \fBmakeflow_viz\fP - visualization of Makeflow workflows .SH SYNOPSIS .LP \FC\fBmakeflow_viz [options] \fP\FT .SH DESCRIPTION .LP \fBmakeflow_viz\fP is a collection of tools to graphically display workflows. This includes DOT and PPM. .SH OPTIONS .LP .SS Commands .LP .LP .TP .B \ -v, --version . Show version string. .TP .B \ -h, --help . Show help message. .TP \fB-D\fP, \fB-\-display\fP=\fI\fP . Translate the makeflow to the desired visualization format: dot DOT file format for precise graph drawing. ppm PPM file format for rapid iconic display. cyto Cytoscape format for browsing and customization. dax DAX format for use by the Pegasus workflow manager. json JSON representation of the DAG. .TP .B \ . Options for dot output: .TP .B \ --dot-merge-similar . Condense similar boxes .TP .B \ --dot-proportional . Change the size of the boxes proportional to file size .TP .B \ --dot-no-labels . Show only shapes with no text labels. .TP .B \ --dot-details . Display a more detailed graph including an operating sandbox for each task. .TP .B \ --dot-task-id . Set task label to ID number instead of command. .TP .B \ --dot-graph-attr . Set graph attributes. .TP .B \ --dot-node-attr . Set node attributes. .TP .B \ --dot-edge-attr . Set edge attributes. .TP .B \ --dot-task-attr . Set task attributes. .TP .B \ --dot-file-attr . Set file attributes. .TP .B \ . The following options for ppm generation are mutually exclusive: .TP .BI \ --ppm-highlight-row \ . Highlight row in completion grap .TP .BI \ --ppm-highlight-file \ . Highlight node that creates file in completion graph .TP .BI \ --ppm-highlight-executable \ . Highlight executable in completion grap .TP .B \ --ppm-show-levels . Display different levels of depth in completion graph .TP .B \ . Options for JSON output: .TP .B \ --json . Use JSON format for the workflow specification. .TP .B \ --jx . Use JX format for the workflow specification. .TP .BI \ --jx-args \ <> . Evaluate the JX input with keys and values in file defined as variables. .TP .BI \ --jx-define \ <=> . Set the JX variable VAR to the JX expression EXPR. .SH EXAMPLES .LP To produce a DOT representation of the workflow .fam C .nf .nh .IP "" 8 makeflow_viz -D dot Makeflow .fi .hy .fam .P To produce a cytoscape representation of the workflow .fam C .nf .nh .IP "" 8 makeflow_viz -D cyto Makeflow .fi .hy .fam .P .SH COPYRIGHT .LP The Cooperative Computing Tools are Copyright (C) 2005-2019 The University of Notre Dame. This software is distributed under the GNU General Public License. See the file COPYING for details. .SH SEE ALSO .LP .IP \(bu 4 \fBCooperative Computing Tools Documentation\fP .IP \(bu 4 \fBMakeflow User Manual\fP .IP \(bu 4 \fBmakeflow(1)\fP \fBmakeflow_monitor(1)\fP \fBmakeflow_analyze(1)\fP \fBmakeflow_viz(1)\fP \fBmakeflow_graph_log(1)\fP \fBstarch(1)\fP \fBmakeflow_ec2_setup(1)\fP \fBmakeflow_ec2_cleanup(1)\fP