Download q/aquery etc. based on the instructions here:

https://github.com/josepablocam/aquery2q

You need to put the data 

plantfixed.csv-- fixed info about plants	
planttime.csv -- variable info about plants, e.g. size of certain parts
nodefixed.csv-- fixed info about nodes	
nodetime.csv -- variable info about nodes, e.g. size grows over time

In this directory, run
q data_to_q.q -csv . -save .

NB: Note that data_to_q.q has to reflect the format
of the csv file correctly
in the functions makenodetime, makenodefixed, makeplanttime, make plantfixed

Then 
q plantprep.q  // This creates anctable and desctable
../a2qinterpret.sh 7089
and copy from plant.a

a2q -a 1 -s -c plant.a > plantout.q

and then inspect plantout.q for problems

q plantout.q

or 

a2qinterpret.sh 7089
and then copy and paste stuff
