MINERVA v13.1
Manual

The structure of compressed file for advanced MINERVA upload#

Advanced upload mode assumes that a zip-compressed directory will be submitted as an input, with the following structure:

After upload, in Add project window additional tabs become available. Each tab represents subfolder of a source file, see below:

New zipped project{:width=“900px”} For an example, see the example 04 - The advanced file upload.

Sections of the compressed file#

Overlays#

The layouts subdirectory contains files with custom colorings of the uploaded content that will be accessible to all the users. The format is identical to the format of files uploaded by registered users. See section Upload user provided overlay data for details on file format.

Submaps and mapping file#

The submaps subdirectory contains SBGN files that will be displayed in the Submaps tab in the functional area of the User view (see section User view - Submaps tab). Additionally to the submaps files, one additional file, a submap mapping file, can be added to the directory. This file describes connections between the submaps and the main map itself.

Submap mapping file is a CellDesigner file, in which relations between the uploaded maps are represented graphically. Two types of components and one type of interaction is considered when parsing this file:

Remark to alias vs identifier: CellDesigner has a single species identifier for all copies of a certain element (e.g. protein) in a file. Different instances of the same element have a distinct species alias. It is the species alias that is used to link specific map elements with submaps.

A screenshot below demonstrates an exemplary submap mapping file.

Submaps Mapping{:width=“900px”}

Section Add project -> Submaps describes how main map and uploaded submaps are related, see image below:

Submaps tab{:width=“900px”}

Images#

The images subdirectory contains static image files in .png format that will be displayed after pressing the Show overview button (see Show overview in User manual). Besides the images, the directory also has to contain a text, tab-separated file named coords.txt, describing links between the images and the associated network(s). The coords.txt file is a table with the following structure:

Example of a coords.txt file:

FILE POLYGON LINK_TYPE LINK_TARGET MODEL_COORDINATES MODEL_ZOOM_LEVEL COMMENT
image.A.png 51,218 107,218 107,252 51,252 MODEL PD_151023_1.xml 7488,11986 4 A link from image.A file to a point in the display area with zoom level 4
image.B.png 15,187 73,187 73,52 15,52 IMAGE image.A.png A link from image.B file to invoke image.A
image.C.png 30,8 10,8 10,7 30,7 SEARCH reaction:c1,reaction:c2 A link from image.C to results of a search query pointing to interactions c1 and c2

Appendix - Glyphs#

MINERVA allows to color the map’s elements (species, compartment, pathways) with the images provided by user, see image below: Glyphs background{:width=“900px”}

The archived file has to contains the images inside the glyphs directory, and the particular elements have to contain below term, to be visualized: Glyph: glyphs/image-name.png Note: MINERVA supports only extension for PNG.

For species and compartments, input above term into their NOTE. For pathways (CellDesigner text area) - double click on the text area to input the term. To export the map together with glyphs you need to get Source file from Info tab, as there is a necessity to export glyphs folder along with the map file.

Find more details about glyphs in the example 6 - Map with glyphs.