DNA2Graph

Automated electron microscopy image analysis for DNA molecules

Installation

DNA2Graph is distributed through PyPI and can be installed from a terminal with the command:

pip install dna2graph

This command installs the complete DNA2Graph application, including both the graphical interface and the command-line interface.

Launching the Graphical Interface

After installation, DNA2Graph can be started from a terminal with:

dna2graph

This command opens the graphical user interface (GUI).

Using the Command-Line Interface

DNA2Graph can also be used directly from the terminal through the command-line interface (CLI):

dna2graph-cli --help

This command displays the list of available commands and options.

Updating DNA2Graph

To update DNA2Graph to the latest available version, open a terminal and run:

pip install --upgrade dna2graph

Updating regularly is recommended to benefit from the latest features, improvements, and bug fixes.