edu.mayo.bsi.ngsportal
Class LoadRLIMS

java.lang.Object
  extended by edu.mayo.bsi.ngsportal.LoadRLIMS

public class LoadRLIMS
extends Object

@author Gregory Dougherty


Constructor Summary
LoadRLIMS()
           
 
Method Summary
static void loadRLIMS(String propertiesPath, String[] qcPaths)
          Run NGSPortalServiceImpl.parseRLIMS, then NGSPortalServiceImpl.parseQCFolder on any directories in qcPaths
static void main(String[] args)
          Get all the metadata from RLIMS, and load primary analysis information from the files in any Primary Analysis trees passed in
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadRLIMS

public LoadRLIMS()
Method Detail

main

public static final void main(String[] args)
Get all the metadata from RLIMS, and load primary analysis information from the files in any Primary Analysis trees passed in

Parameters:
args - Command line arguments

loadRLIMS

public static final void loadRLIMS(String propertiesPath,
                                   String[] qcPaths)
Run NGSPortalServiceImpl.parseRLIMS, then NGSPortalServiceImpl.parseQCFolder on any directories in qcPaths

Parameters:
propertiesPath - Path to the properties file
qcPaths - Path(s) to folders to search for QC Results files to parse