-
Notifications
You must be signed in to change notification settings - Fork 99
Getting started
Go to either the Bandage website or the GitHub releases page to download prebuilt 64 bit executables for Mac, Windows or Linux. The Mac and Windows versions should come with all necessary libraries included and should work on OS X 10.7 or later and Windows 7 or later.
The Linux version is available in two flavours: dynamically-linked, which does not contain the GUI code, and statically-linked, which does. The dynamically-linked version is preferable, as it will use native GUI components, but it may be necessary to install the Qt5 package. The statically-linked version of Bandage has fewer dependencies but uses non-native GUI components.
It is also possible to build Bandage from source – the instructions are in the Bandage readme.
Many items in Bandage have a help icon next to them: . Click these to read a description of that part of Bandage.
Bandage currently supports loading assembly graphs in the LastGraph format (used by Velvet), the FASTG format (used by SPAdes and MEGAHIT) and the Trinity.fasta format (used by Trinity). See assembler differences for more information.
GFA files can also be loaded, but Bandage support for these files is bare-bones at the moment.
Before you can do anything else in Bandage, you must load an assembly graph. Do this by choosing 'Load graph' from the 'File' menu.
If you need a graph to examine, a small sample graph is included in the Bandage download zip files. You can also download a couple of other graphs here: * [An _E. coli_ genome assembly from Velvet](http://rrwick.github.io/Bandage/samples/E_coli_LastGraph.zip) * [A small mouse transcriptome from Trinity](http://rrwick.github.io/Bandage/samples/Trinity.fasta.zip)
Small graphs should load quickly, though it may take some time for very large assembly graphs to load (see working with very large graphs).
After the graph is loaded, you can click the 'Draw graph' button to draw the graph to the screen. This step performs the graph layout, and the time it takes depends on the size of the graph and the graph layout settings (see graph layout and appearance).
For smaller graphs, such as a bacterial genome, drawing the entire graph is usually feasible. However, for a larger graph, such as a metagenome or eukaryote assembly, it is advisable to reduce the graph scope before drawing the graph (see graph scope).
Note that on a Mac, the Command key (⌘) is used instead of the Ctrl key in the below instructions.
- Click on any node or edge to select it.
* Holding Ctrl while clicking on nodes or edges adds them to or removes them from the selection.
* Click and drag to select large numbers of nodes and edges.
- Left click and drag on any node to move it. For short nodes, this will move the entire node. For long nodes, this will move the region of the node near the mouse cursor.
* Right click and drag on any node to move it one piece at a time. This is useful for fine-tuning the shape of a graph or for rotating short nodes.
* Selected nodes are moved in their entirety when dragged. If multiple nodes are selected, they can all be moved together.
- Ctrl+mouse wheel to zoom the view in to and out from the location of your mouse cursor.
* Ctrl+click and drag with the left mouse button to pan the view.
* Ctrl+click and drag with the right mouse button to rotate the view.
If your OS and touchpad support these gestures (Macs and OS X do), they can be used in Bandage:
- Two-finger scroll to pan the view.
- Two-finger pinch to zoom in and out.
- Two-finger rotate to rotate the view.
- It is first necessary to click in the viewport (or use tab until it is selected) so it will receive keyboard input.
- Use Ctrl+Plus and Ctrl+Minus to zoom in and out.
- Use arrow keys to pan the viewport horizontally and vertically.
- Use Ctrl+Shift+Plus and Ctrl+Shift+Minus to rotate the view clockwise and anti-clockwise.
- Home
- Getting started
- Settings:
- Functionality:
- Assembly:
- Example uses:
- Media:
- About