|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.mssm.crover.tools.tissue.ReportParser
Parses report files from tiquery. For every accession number, outputs the report filename, the accession number, the point in that file where the report for that accession number starts and stops.
| Constructor Summary | |
ReportParser()
|
|
| Method Summary | |
static java.lang.String |
getInputFile(java.lang.String[] args)
Returns the name of the input file. |
static java.lang.String |
getOutputFile(java.lang.String[] args)
Returns the name of the output file. |
static java.lang.String |
getPrefix(java.lang.String[] args)
Returns the prefix which partitions the file. |
static void |
main(java.lang.String[] args)
|
void |
parse(java.io.File reportFile,
java.io.File outFile,
java.lang.String prefix)
|
java.lang.String |
read(java.io.File reportFile,
long start,
long stop)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ReportParser()
| Method Detail |
public void parse(java.io.File reportFile,
java.io.File outFile,
java.lang.String prefix)
public java.lang.String read(java.io.File reportFile,
long start,
long stop)
public static java.lang.String getInputFile(java.lang.String[] args)
public static java.lang.String getOutputFile(java.lang.String[] args)
public static java.lang.String getPrefix(java.lang.String[] args)
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||