Uses of Class
edu.mayo.bsi.ngsportal.server.SampleData

Packages that use SampleData
edu.mayo.bsi.ngsportal   
edu.mayo.bsi.ngsportal.server   
 

Uses of SampleData in edu.mayo.bsi.ngsportal
 

Methods in edu.mayo.bsi.ngsportal that return types with arguments of type SampleData
static List<SampleData> GetRunSamples.getRunSamples(String[] runNames, String analysisType, String pi, String[] sampleNames, String[] sampleRLIMSIds, String[] sampleFamilyIds, String[] sampleParentIds, String[] rlimsProjectIDs, int minNumReads, Date startDate, Date endDate)
          Get all the samples from the specified runs and print the information out in this order:
Run Name Flow Cell Instrument RLIMS BatchID Start Date Primary Analysis Status
Instrument Complete Date Primary Complete Date Primary QC Complete Date Primary Delivery Date
Sample Name Sample RLIMS ID Sequencing RLIMS Project ID Lane App Type Read Type
Num Cycles Is Control Is Vendor Index Index Sequence
 

Method parameters in edu.mayo.bsi.ngsportal with type arguments of type SampleData
static void GetRunSamples.printResults(List<SampleData> results, boolean showPI, boolean showPIAsPath, boolean showReads)
          Print out the results
 

Uses of SampleData in edu.mayo.bsi.ngsportal.server
 

Methods in edu.mayo.bsi.ngsportal.server that return types with arguments of type SampleData
 List<SampleData> NGSPortalServiceImpl.getRunsSamples(String[] runIDs, String appType, String pi, String[] sampleNames, String[] sampleRLIMSIds, String[] sampleFamilyIds, String[] sampleParentIds, String[] rlimsProjectNames, Date startDate, Date endDate, int minNumReads, String user, String password)
          Get all the information about all the samples from a given run, owned by a given PI