1.1 Main Script
To make things easier, I will establish a few rules used throughout this section.
Anytime text is formatted like this (X)
, it refers to a button, editable field, drop-down menu, or in general a control on the GUI. The number at the end, here an (X)
signifies which section of the GUI this control is located in. As an example, csv2xlsx (4)
is the button used to convert csv-files to xlsx-files, located under 4. Auxiliary Utilities.
1.1.1 Selecting a configuration
-The main task of this program is to generate a suitable configuration file which can be used with the R-Script GFA_Evaluation.R
bundled alongside this program. For details on its functioning, see documentation on GFA_Evaluation.R
-Configuration files can be handled by this program in three ways:
The main task of this program is to generate a suitable configuration file which can be used with the R-Script GFA_Evaluation.R
bundled alongside this program. For details on its functioning, see documentation on GFA_Evaluation.R.
Configuration files can be handled by this program in several ways, annotated in figure 1:
New Config in Folder (1)
-This allows you to create a config-file for a new project
+This allows you to create a config-file for a new project, in an arbitrary (but already existing) folder.