Files

This element represents a file that is attached to a submission section. Whenever a file is defined, it’ll be attached to the immediately previously defined section or subsection. Files can be represented in two ways: single file or files table.

Single File

Represents a single file attached to a section or subsection. The reserved word File is used to define a single file.

Syntax

File	Path
<Attributes>

Examples

File	plates/J_Sero_plate_keys.xlsx
Description	Summary data
Type	XLSX File

Files Table

Represents a group of files attached to a section or subsection. The reserved word Files is used to define a files table

Syntax

Files	Attr1	Attr2	AttrN
File1 Path	Attr1 Value	Attr2 Value	AttrN Value
File2 Path	Attr1 Value	Attr2 Value	AttrN Value
FileN Path	Attr1 Value	Attr2 Value	AttrN Value

Examples

Last updated