taborlab / Iris

The Light Program Interface
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

CSV of experiment time points doesn't work #177

Closed SynbioLucas closed 9 years ago

BrianLandry commented 9 years ago

If both the CSV and the other timepoint input format are valid how should the program decide which one to use? I think this should just throw a state of error

BrianLandry commented 9 years ago

Currently a CSV is used if entered and the #samples and delay are ignored.

CSV is actually functional at the moment, you just also need to enter in a number of replicates, which I think was the reason it didn't work previously. The fact this wasn't clear to us is an issue, but hopefully it will become obvious once error checking is implemented.