Class ProjectHashingService
- java.lang.Object
-
- ca.corefacility.bioinformatics.irida.service.remote.ProjectHashingService
-
@Component public class ProjectHashingService extends java.lang.Object
Component used to compute a deep hashcode of a full project. Looks at all project details, samples, metadata, and sequencing data within the project to generate a full hashcode.
-
-
Constructor Summary
Constructors Constructor Description ProjectHashingService(SampleService sampleService, SequencingObjectService sequencingObjectService, GenomeAssemblyService assemblyService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getProjectHash(Project project)
Get a deep hashsum for the full project
-
-
-
Constructor Detail
-
ProjectHashingService
@Autowired public ProjectHashingService(SampleService sampleService, SequencingObjectService sequencingObjectService, GenomeAssemblyService assemblyService)
-
-