Skip to content
Cedric LACZNY edited this page Nov 26, 2014 · 26 revisions

#Welcome to the VizBin wiki!

General information

You can find information on the usage of VizBin but also on setting up a minimal build environment.

Out-of-memory, or how to increase Java's heap size

Should VizBin notify you about too little available memory and restart, this is usually related to the fact that the Java VirtualMachine has too little heap memory available. In this case, you have to let Java know that it can reserve more heap memory by running:

java -jar -Xmx3g VizBin-dist.jar

in the console, where -Xmx3g informs Java that it should reserve 3GB of memory. This works for Linux and Mac OS X and instructions for Windows will soon follow.

Alternatively, through clicking on Show additional options, setting a smaller k-mer size (i.e., Kmer length: 4) is possible. However, this is only suggested when your dataset is relatively large, i.e., contains around or above 50,000 - 100,000 sequences. This may be used in combination with the -Xmx option above for very large datasets.

Save/Load embeddings

Documentation on how to save/load embeddings is provided here.

Creating screenshots

Creating an image of the actual visualization is also easy with VizBin. A tutorial is given in the screenshot documentation.