Interface ArchiveBasedSingleCellDetector
- All Superinterfaces:
SingleCellDetector
- All Known Implementing Classes:
GeoSingleCellDetector,MexDetector
Interface implemented by
SingleCellDetector have the capabilities of looking-up archives.- Author:
- poirigui
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longstatic final long -
Method Summary
Modifier and TypeMethodDescriptionvoidsetMaxEntrySizeInArchiveToSkip(long maxEntrySizeInArchiveToSkip) Set the maximum size of an archive entry to skip the supplementary file altogether.voidsetMaxNumberOfEntriesToSkip(long maxNumberOfEntriesToSkip) Set the maximum number of archive entries to skip in order to ignore the supplementary file altogether.Methods inherited from interface ubic.gemma.core.loader.expression.geo.singleCell.SingleCellDetector
downloadSingleCellData, downloadSingleCellData, getAdditionalSupplementaryFiles, getAdditionalSupplementaryFiles, getSingleCellDataLoader, hasSingleCellData, hasSingleCellData, setDownloadDirectory, setRetryPolicy
-
Field Details
-
DEFAULT_MAX_ENTRY_SIZE_IN_ARCHIVE_TO_SKIP
static final long DEFAULT_MAX_ENTRY_SIZE_IN_ARCHIVE_TO_SKIP- See Also:
-
DEFAULT_MAX_NUMBER_OF_ENTRIES_TO_SKIP
static final long DEFAULT_MAX_NUMBER_OF_ENTRIES_TO_SKIP- See Also:
-
-
Method Details
-
setMaxEntrySizeInArchiveToSkip
void setMaxEntrySizeInArchiveToSkip(long maxEntrySizeInArchiveToSkip) Set the maximum size of an archive entry to skip the supplementary file altogether.Use -1 to indicate no limit.
Note that if a relevant file was previously found in the archive, it will not be skipped.
-
setMaxNumberOfEntriesToSkip
void setMaxNumberOfEntriesToSkip(long maxNumberOfEntriesToSkip) Set the maximum number of archive entries to skip in order to ignore the supplementary file altogether.Use -1 to indicate no limit.
Note that if a relevant file was previously found in the archive, it will not be ignored.
-