edu.mayo.bsi.ngsportal
Class GetSecondaryAnalysisDates

java.lang.Object
  extended by edu.mayo.bsi.ngsportal.GetSecondaryAnalysisDates
All Implemented Interfaces:
Usage

public class GetSecondaryAnalysisDates
extends Object
implements Usage

Get all the samples (possibly of a given application type) for all the runs from the database that had primary analysis finish within a specified time, and print the results in the following order:
Run Name Application Investigator CIM BIC Primary Delivered Secondary Complete Secondary Delivered

@author Gregory Dougherty


Constructor Summary
GetSecondaryAnalysisDates()
           
 
Method Summary
static void main(String[] args)
          Get all the samples (possibly of a given application type) for all the runs from the database that had primary analysis finish within a specified time, and print the results in the following order:
Run Name Application Investigator CIM BIC Primary Delivered Secondary Complete Secondary Delivered
 String name()
          Return the name of the application
 String usage()
          Writes Usage information to a String
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetSecondaryAnalysisDates

public GetSecondaryAnalysisDates()
Method Detail

main

public static final void main(String[] args)
Get all the samples (possibly of a given application type) for all the runs from the database that had primary analysis finish within a specified time, and print the results in the following order:
Run Name Application Investigator CIM BIC Primary Delivered Secondary Complete Secondary Delivered

Parameters:
args - Arguments to parse. Specified by usage()

usage

public String usage()
Writes Usage information to a String

Specified by:
usage in interface Usage
Returns:
How to use this app
See Also:
Usage.usage()

name

public String name()
Return the name of the application

Specified by:
name in interface Usage
Returns:
Name of the application
See Also:
Usage.name()