public static property NewickImporter::$upload_description

Provides information to the user about the file upload. Typically this may include a description of the file types allowed.

Overrides TripalImporter::$upload_description

File

tripal_chado/includes/TripalImporter/NewickImporter.inc, line 32

Class

NewickImporter

Code

public static $upload_description = 'Please provide the Newick formatted tree file.  The file must have a .txt or .tree extension.';