owmeta.data_trans.wormatlas module¶
-
class
owmeta.data_trans.wormatlas.WormAtlasCellListDataSource(*args, **kwargs)[source]¶ Bases:
owmeta.data_trans.common_data.DSMixin,owmeta_core.data_trans.csv_ds.CSVDataSource- CSV file name :
DatatypeProperty - Attribute:
csv_file_name - Header column names :
DatatypeProperty - Attribute:
csv_header - CSV field delimiter :
DatatypeProperty - Attribute:
csv_field_delimiter - File name :
DatatypeProperty - Attribute:
file_name - Torrent file name :
DatatypeProperty - Attribute:
torrent_file_name - MD5 hash :
DatatypeProperty - Attribute:
md5 - SHA-256 hash :
DatatypeProperty - Attribute:
sha256 - SHA-512 hash :
DatatypeProperty - Attribute:
sha512 - Input source :
ObjectProperty Attribute:
sourceThe data source that was translated into this one
- Translation :
ObjectProperty Attribute:
translationInformation about the translation process that created this object
- Description :
DatatypeProperty Attribute:
descriptionFree-text describing the data source
- CSV file name :
-
class
owmeta.data_trans.wormatlas.WormAtlasCellListDataTranslation(**kwargs)[source]¶ Bases:
owmeta_core.datasource.GenericTranslation-
defined_augment()[source]¶ This fuction must return False if
identifier_augment()would raise anIdentifierMissingException. Override it when defining a non-standard identifier for subclasses of DataObjects.
-
identifier_augment()[source]¶ Override this method to define an identifier in lieu of one explicity set.
One must also override
defined_augment()to return True whenever this method could return a valid identifier.IdentifierMissingExceptionshould be raised if an identifier cannot be generated by this method.Raises: IdentifierMissingException
-
-
class
owmeta.data_trans.wormatlas.WormAtlasCellListDataTranslator(**kwargs)[source]¶ Bases:
owmeta.data_trans.common_data.DTMixin,owmeta_core.data_trans.csv_ds.CSVDataTranslatorInput type(s):
WormAtlasCellListDataSource,DataWithEvidenceDataSourceOutput type(s):
DataWithEvidenceDataSource-
output_type¶ alias of
owmeta.data_trans.data_with_evidence_ds.DataWithEvidenceDataSource
-
translation_type¶ alias of
WormAtlasCellListDataTranslation
-
make_translation(sources)[source]¶ It’s intended that implementations of DataTranslator will override this method to make custom Translations according with how different arguments to Translate are (or are not) distinguished.
The actual properties of a Translation subclass must be defined within the ‘translate’ method
-