nullarbor icon indicating copy to clipboard operation
nullarbor copied to clipboard

Output single machine readable file with the whole report

Open andersgs opened this issue 8 years ago • 1 comments

For instance:

MLST_REPORT_START ... MLST_REPORT_END ALN_START ... ALN_END

etc...

Or, in JSON format.

This will make it easier to parse the report into a LIMs system or into R.

andersgs avatar May 02 '16 06:05 andersgs

How would you want the JSON arranged?

sample:
   assay1: 
   assay2: 

or

assay:
   sample1: 
   sample2:

etc

tseemann avatar Jul 09 '17 03:07 tseemann