DaehwanKimLab / centrifuge

Classifier for metagenomic sequences
GNU General Public License v3.0
237 stars 73 forks source link

Is there a hook to dump the classification output to RAM and not dump it into disk? #156

Closed harisankar991 closed 5 years ago

mourisl commented 5 years ago

The classification result by default is output to screen(stdout). You can capture those by pipe and store them in memory by your own program.