It seems that the abundance output rows are not consistent in their format, so parsing them to make a single table is very difficult..
e.g. the columns should be:
Name,TaxID,Lineage,Count,Proportion_All(%),Proportion_Classified(%)
but I find rows like this with only 5 columns:
UNKNOWN,UNKNOWN,3667279,91.682,-
which should have "-" in the TaxID but does not..
Think I'll have to give up on this for now.
T.