Hello,
I am trying to setup the pipeline using the source code on github but I am not able to run it on multiple samples. When I run it on just one sample it works fine, for example:
{
"ID": "P352_141",
"age": "48",
"bmi": "24",
"gender": "female",
"source_name": "vastus lateralis muscle_female",
"tissue": "vastus lateralis muscle"
}
However, when I try to add additional samples to the json file, I get the following error: AttributeError: 'list' object has no attribute 'iteritems'. This is from line 103 in pipeline_components.py. I have tried formatting the json file in several different ways to no avail.
Thank you.