It would be convenient to concatenate all the pipeline results and pipe them into stdin and then have analyze() read from that. However, operon analyzer currently assumes it's only handling a single CSV at a time and just skips the very first line, assuming that's the only CSV header.
It would be convenient to concatenate all the pipeline results and pipe them into
stdin
and then haveanalyze()
read from that. However, operon analyzer currently assumes it's only handling a single CSV at a time and just skips the very first line, assuming that's the only CSV header.