borevitzlab / timestreamlib

DEPRECATED. Please use the current version of the TimeStream tools at https://gitlab.com/appf-anu/pyts2.
https://gitlab.com/appf-anu/pyts2
GNU General Public License v3.0
7 stars 4 forks source link

CSV output files needs to have consistent headers #170

Closed TimeScience closed 8 years ago

TimeScience commented 8 years ago

(from Riyan) GC02L files have two header lines whereas others have one header line. This inconsistency can lead to unnecessary errors or crash the program, given that it is not much likely I'll check all the data sheets every time.

I think the current version is that the first row should be the plantID and the second the pot number. Please verify that this is what the code is doing and fix any files in bvz0036 that don't have the correct header.

Joelgranados commented 8 years ago

This is not a bug. This is something that we discussed some time ago and decided that we should include two headers because some use cases might require two headers to be in place. Here is the issue https://github.com/borevitzlab/timestreamlib/issues/165.

If the CSV files have two headers, then just remove the one you don't need. There is no need to rerun the whole pipeline to remove one line.