Interface Fast5ObjectRemoteService
-
- All Superinterfaces:
RemoteService<Fast5Object>
,SequencingObjectRemoteService<Fast5Object>
- All Known Implementing Classes:
Fast5ObjectRemoteServiceImpl
public interface Fast5ObjectRemoteService extends SequencingObjectRemoteService<Fast5Object>
A service for readingFast5Object
s from a remote location
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Fast5Object>
getFast5FilesForSample(Sample sample)
Get all theFast5Object
s associated with aSample
-
Methods inherited from interface ca.corefacility.bioinformatics.irida.service.remote.RemoteService
getServiceStatus, list, read, read
-
Methods inherited from interface ca.corefacility.bioinformatics.irida.service.remote.SequencingObjectRemoteService
mirrorSequencingObject
-
-
-
-
Method Detail
-
getFast5FilesForSample
java.util.List<Fast5Object> getFast5FilesForSample(Sample sample)
Get all theFast5Object
s associated with aSample
- Parameters:
sample
-Sample
to get files for- Returns:
- a List of
Fast5Object
-
-