trans.tpmap
Class TPMapSort

java.lang.Object
  extended bytrans.tpmap.TPMapSort

public class TPMapSort
extends java.lang.Object

This sorts a tpmap first by chromosome, second by base position.


Constructor Summary
TPMapSort(java.lang.String[] args)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void printDocs()
           
 void processArgs(java.lang.String[] args)
          This method will process each argument and assign any new varibles
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TPMapSort

public TPMapSort(java.lang.String[] args)
Method Detail

processArgs

public void processArgs(java.lang.String[] args)
This method will process each argument and assign any new varibles


printDocs

public static void printDocs()

main

public static void main(java.lang.String[] args)