Skip to content
Pierre Lindenbaum edited this page Oct 28, 2013 · 3 revisions

Motivation

Answer to "Memory-efficient way to transpose csv/text file" ( http://www.biostars.org/p/84786/ )

Compilation

see Compilation

$ ant  biostar84786

Options

Option Description
IN=File input stream . Default: stdin.
DELIM=String delimiter. Default is tabulation
MAX_RECORDS_IN_RAM=Integer number of records stored in RAM before spilling to disk (optional)

Example:

java -jar dist/biostar84786.jar  IN=/path/to/input.tsv 
Clone this wiki locally