resource_file

0 rows


Description

each row defines a composite dataset, downloadable at the url cxgn-resource://name, that is composed of other downloadable datasets, according to the expression column. See CXGN::Tools::Wget for the accompanying code

Columns

Column Type Size Nulls Auto Default Children Parents Comments
resource_file_id serial 10 nextval('resource_file_resource_file_id_seq'::regclass)
name varchar 40 null
expression text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
resource_file_pkey Primary key Asc resource_file_id
resource_file_name_key Must be unique Asc name

Relationships