.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. .TH BANDAGE "1" "August 2018" "Bandage 0.8.1" "User Commands" .SH NAME Bandage \- Bioinformatics Application for Navigating De novo Assembly Graphs Easily .SH SYNOPSIS .B Bandage \fI\, \/\fR[\fI\,options\/\fR] .SH DESCRIPTION Bandage is a GUI program that allows users to interact with the assembly graphs made by de novo assemblers such as Velvet, SPAdes, MEGAHIT and others.. .SH OPTIONS .SS Commands .TP Launch the Bandage GUI .TP load Launch the Bandage GUI and load a graph file .TP info Display information about a graph .TP image Generate an image file of a graph .TP querypaths Output graph paths for BLAST queries .TP reduce Save a subgraph of a larger graph .SS Options .TP \fB\-\-help\fR View this help message .TP \fB\-\-helpall\fR View all command line settings .TP \fB\-\-version\fR View Bandage version number .SS Settings The following options configure the Bandage settings that are available in the Bandage GUI. .TP Colours can be specified using hex values, with or without an alpha channel, (e.g. #FFB6C1 or #7FD2B48C) or using standard colour names (e.g. red, yellowgreen or skyblue). Note that hex colours will either need to be enclosed in quotes (e.g. "#FFB6C1") or have the hash symbol escaped (e.g. \e#FFB6C1). .PP .B Graph scope .PP These settings control the graph scope. If the aroundnodes scope is used, then the \fB\-\-nodes\fR option must also be used. If the aroundblast scope is used, a BLAST query must be given with the \fB\-\-query\fR option .TP \fB\-\-scope\fR Graph scope, from one of the following options: entire, aroundnodes, aroundblast, depthrange (default: entire) .TP \fB\-\-nodes\fR A comma\-separated list of starting nodes for the aroundnodes scope (default: none) .TP \fB\-\-partial\fR Use partial node name matching (default: exact node name matching) .TP \fB\-\-distance\fR The number of node steps away to draw for the aroundnodes and aroundblast scopes (0 to 100, default: 0) .TP \fB\-\-mindepth\fR The minimum allowed depth for the depthrange scope (0 to 1e+6, default: 10) .TP \fB\-\-maxdepth\fR The maximum allowed depth for the depthrange scope (0 to 1e+6, default: 100) .TP \fB\-\-double\fR Draw graph in double mode (default: off) .PP .B Graph size .TP \fB\-\-nodelen\fR Node length per megabase (0 to 1e+6, default: auto) .TP \fB\-\-minnodlen\fR Minimum node length (1 to 100, default: 5) .TP \fB\-\-edgelen\fR Edge length (0.1 to 100, default: 5) .TP \fB\-\-edgewidth\fR Edge width (0.1 to 100, default: 1.5) .TP \fB\-\-doubsep\fR Double mode separation (0 to 100, default: 2) .PP .B Graph layout .TP \fB\-\-nodseglen\fR Node segment length (1 to 1000, default: 20) .TP \fB\-\-iter\fR Graph layout iterations (0 to 4, default: 2) .TP \fB\-\-linear\fR Linear graph layout (default: off) .PP .B Graph appearance .TP \fB\-\-edgecol\fR Colour for edges (default: black) .TP \fB\-\-outcol\fR Node outline thickness (0 to 100, default: 0) .TP \fB\-\-selcol\fR Colour for selections (default: blue) .TP \fB\-\-noaa\fR Disable antialiasing (default: antialiasing on) .TP \fB\-\-singlearr\fR Show node arrowheads in single mode (default: nodes are only displayed with arrowheads in double mode) .PP .B Text appearance .TP \fB\-\-textcol\fR Colour for label text (default: black) .TP \fB\-\-toutcol\fR Colour for text outline (default: white) .TP \fB\-\-toutline\fR Surround text with an outline with this thickness (0 to 10, default: 1.5) .TP \fB\-\-centre\fR Node labels appear at the centre of the node (default: off, node labels appear over visible parts of nodes) .PP .B Node width .PP Node widths are determined using the following formula: .IP a*b*((c/d)^e\-1)+1 .IP a = average node width .IP b = depth effect on width .IP c = node depth .IP d = mean depth .IP e = power of depth effect on width .TP \fB\-\-nodewidth\fR Average node width (0.5 to 1000, default: 5) .TP \fB\-\-depwidth\fR Depth effect on width (0 to 1, default: 0.5) .TP \fB\-\-deppower\fR Power of depth effect on width (0 to 1, default: 0.5) .PP .B Node labels .TP \fB\-\-names\fR Label nodes with name (default: off) .TP \fB\-\-lengths\fR Label nodes with length (default: off) .TP \fB\-\-depth\fR Label nodes with depth (default: off) .TP \fB\-\-blasthits\fR Label BLAST hits (default: off) .TP \fB\-\-fontsize\fR Font size for node labels (1 to 100, default: 12) .PP .B Node colours .TP \fB\-\-colour\fR Node colouring scheme, from one of the following options: random, uniform, depth, blastsolid, blastrainbow (default: random if \fB\-\-query\fR option not used, blastsolid if \fB\-\-query\fR option used) .PP .B Random colour scheme .PP These settings only apply when the random colour scheme is used. .TP \fB\-\-ransatpos\fR Positive node saturation (0 to 255, default: 127) .TP \fB\-\-ransatneg\fR Negative node saturation (0 to 255, default: 127) .TP \fB\-\-ranligpos\fR Positive node lightness (0 to 255, default: 150) .TP \fB\-\-ranligneg\fR Negative node lightness (0 to 255, default: 90) .TP \fB\-\-ranopapos\fR Positive node opacity (0 to 255, default: 255) .TP \fB\-\-ranopaneg\fR Negative node opacity (0 to 255, default: 255) .PP .B Uniform colour scheme .PP These settings only apply when the uniform colour scheme is used. .TP \fB\-\-unicolpos\fR Positive node colour (default: firebrick) .TP \fB\-\-unicolneg\fR Negative node colour (default: maroon) .TP \fB\-\-unicolspe\fR Special node colour (default: green) .PP .B Depth colour scheme .PP These settings only apply when the depth colour scheme is used. .TP \fB\-\-depcollow\fR Colour for nodes with depth below the low depth value (default: black) .TP \fB\-\-depcolhi\fR Colour for nodes with depth above the high depth value (default: red) .TP \fB\-\-depvallow\fR Low depth value (0 to 1e+6, default: auto) .TP \fB\-\-depvalhi\fR High depth value (0 to 1e+6, default: auto) .PP .B BLAST search .TP \fB\-\-query\fR A FASTA file of either nucleotide or protein sequences to be used as BLAST queries (default: none) .TP \fB\-\-blastp\fR Parameters to be used by blastn and tblastn when conducting a BLAST search in Bandage (default: none). Format BLAST parameters exactly as they would be used for blastn/tblastn on the command line, and enclose them in quotes. .TP \fB\-\-alfilter\fR Alignment length filter for BLAST hits. Hits with shorter alignments will be excluded (1 to 1e+6, default: off) .TP \fB\-\-qcfilter\fR Query coverage filter for BLAST hits. Hits with less coverage will be excluded (0 to 100, default: off) .TP \fB\-\-ifilter\fR Identity filter for BLAST hits. Hits with less identity will be excluded (0 to 100, default: off) .TP \fB\-\-evfilter\fR E\-value filter for BLAST hits. Hits with larger e\-values will be excluded (1e\-999 to 9.9e1, default: off) .TP \fB\-\-bsfilter\fR Bit score filter for BLAST hits. Hits with lower bit scores will be excluded (0 to 1e+6, default: off) .PP .B BLAST query paths .PP These settings control how Bandage searches for query paths after conducting a BLAST search. .TP \fB\-\-pathnodes\fR The number of allowed nodes in a BLAST query path (1 to 50, default: 6) .TP \fB\-\-minpatcov\fR Minimum fraction of a BLAST query which must be covered by a query path (0.3 to 1, default: 0.9) .TP \fB\-\-minhitcov\fR Minimum fraction of a BLAST query which must be covered by BLAST hits in a query path (0.3 to 1, default: 0.9) .TP \fB\-\-minmeanid\fR Minimum mean identity of BLAST hits in a query path (0 to 1, default: 0.5) .TP \fB\-\-maxevprod\fR Maximum e\-value product for all BLAST hits in a query path (1e\-999 to 9.9e1, default: 1e\-10) .TP \fB\-\-minpatlen\fR Minimum allowed relative path length as compared to the query (0 to 10000, default: 0.95) .TP \fB\-\-maxpatlen\fR Maximum allowed relative path length as compared to the query (0 to 10000, default: 1.05) .TP \fB\-\-minlendis\fR Minimum allowed length discrepancy (in bases) between a BLAST query and its path in the graph (\fB\-1e\fR+6 to 1e+6, default: off) .TP \fB\-\-maxlendis\fR Maximum allowed length discrepancy (in bases) between a BLAST query and its path in the graph (\fB\-1e\fR+6 to 1e+6, default: off) .SH SEE ALSO Online Bandage help: https://github.com/rrwick/Bandage/wiki .SH AUTHOR This manpage was written by Andreas Tille for the Debian distribution and can be used for any other usage of the program.