public interface ValidationReportService
Modifier and Type | Method and Description |
---|---|
List<ValidationReportServiceImpl.ReportEntry> |
fileLinkReport()
Runs the
fileLinkReport(List) including all files in the SeqWare meta db. |
List<ValidationReportServiceImpl.ReportEntry> |
fileLinkReport(List<Integer> fileSwas)
Every file must be associated with at least one processing node and this node in turn must be linked (either directly or through a
parent) to one of the following: sequencer_run, lane, ius, sample, experiment or study.
|
String |
fileReverseHierarchyDisplay(Integer fileSwa)
Produces a text representation of a reverse hierarchy tree starting at a file (indicated by the provided fileSwa).
|
List<ValidationReportServiceImpl.ReportEntry> fileLinkReport()
fileLinkReport(List)
including all files in the SeqWare meta db.fileLinkReport(List)
List<ValidationReportServiceImpl.ReportEntry> fileLinkReport(List<Integer> fileSwas)
fileSwas
- A list of file SeqWare accessions to be included in the report.String fileReverseHierarchyDisplay(Integer fileSwa)
fileSwa
- SeqWare accession indicating a file.Copyright © 2015 SeqWare. All rights reserved.