Skip to content

Commit

Permalink
tips for large maps
Browse files Browse the repository at this point in the history
  • Loading branch information
zakandrewking committed Jul 15, 2019
1 parent a515704 commit d54e9b9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/tips-and-tricks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,23 @@ other subsystems.

.. _escher.github.io: https://www.github.com/escher/escher.github.io/
.. _`BiGG Database`: https://bigg.ucsd.edu

Escher performance with large maps
----------------------------------

Escher works best with maps that have less than about 200 reactions. If you are
working with more reactions, we recommend splitting your map into multiple small
maps. A trick for splitting up a map is to first select the reactions you want
to keep, then choose "Edit > Invert Selection" and then "Edit > Delete".

If you really want to work with larger maps, the following can help improve
performance:

- Turn off tooltips in the settings menu, especially tooltips over Objects
- Try the "Use 3D Transform" option in the settings menu. Depending on your
browser, this can increase responsiveness when moving around the map.
- Turn off labels, gene reaction rules, and/or secondary metabolites in the
settings menu.

We are always trying to make Escher faster, so let us know if you find any
unexpected performance issues.

0 comments on commit d54e9b9

Please sign in to comment.