File
Overview
Created by jacobo on 11/09/14.
Summary
Field
create
update
unique
required
id
name
type
format
bioformat
checksum
uri
path
description
external
size
software
experiment
sampleIds
jobId
tags
relatedFiles
qualityControl
stats
status
attributes
uuid
release
creationDate
modificationDate
internal
Data Model
File
You can find the Java code here.
Field
Description
id String
File ID is a mandatory parameter when creating a new File, this ID cannot be changed at the moment.Tags: required, immutable, unique
uuid String
Global unique ID at the whole OpenCGA installation. This is automatically created during the File creation and cannot be changed.Tags: internal, unique, immutable
name String
Formats: file, folder, index.
Formats: txt, executable, image, ...
BAM, VCF, ...
checksum String
uri URI
path String
release int
An integer describing the current data release.Tags: internal
creationDate String
String representing when the File was created, this is automatically set by OpenCGA.Tags: internal
modificationDate String
String representing when was the last time the File was modified, this is automatically set by OpenCGA.Tags: internal
description String
An string to describe the properties of the File.
external boolean
size long
software Software
sampleIds List<String>
jobId String
tags List<String>
stats Map<Object,String>
An object describing the status of the File.
An object describing the internal information of the File. This is managed by OpenCGA.Tags: internal
attributes Map<Object,String>
You can use this field to store any other information, keep in mind this is not indexed so you cannot search by attributes.
FileRelatedFile
You can find the Java code here.
Field
Description
SampleInternal
You can find the Java code here.
Field
Description
IndividualInternal
You can find the Java code here.
Field
Description
FamilyInternal
You can find the Java code here.
Field
Description
FileInternal
You can find the Java code here.
Field
Description
sampleMap Map<String>
JobInternal
You can find the Java code here.
Field
Description
events List<Event>
InterpretationInternal
You can find the Java code here.
Field
Description
ProjectInternal
You can find the Java code here.
Field
Description
CohortInternal
You can find the Java code here.
Field
Description
ClinicalAnalysisInternal
You can find the Java code here.
Field
Description
StudyInternal
You can find the Java code here.
Field
Description
Last updated