public static property TripalImporter::$use_analysis

If the loader should require an analysis record. To maintain provenance we should always indiate where the data we are uploading comes from. The method that Tripal attempts to use for this by associating upload files with an analysis record. The analysis record provides the details for how the file was created or obtained. Set this to FALSE if the loader should not require an analysis when loading. if $use_analysis is set to true then the form values will have an 'analysis_id' key in the $form_state array on submitted forms.

File

tripal/includes/TripalImporter.inc, line 58

Class

TripalImporter

Code

public static $use_analysis = TRUE;