The output of the functional-analysis binary in the current version of the database script is not the same as before. The output should be in the format:
So, the keys num and data are both keys at the root-level of the object. Right now, this is no longer the case: data is now a child of num, which it shouldn't be.
The output of the
functional-analysis
binary in the current version of the database script is not the same as before. The output should be in the format:{"num":{"all":1,"EC":0,"GO":1,"IPR":1},"data":{"GO:0005789":1,"GO:0019894":1,"GO:0007018":1,"GO:0015031":1,"IPR:IPR024854":1,"IPR:IPR007794":1}}
So, the keys
num
anddata
are both keys at the root-level of the object. Right now, this is no longer the case:data
is now a child ofnum
, which it shouldn't be.