I have four libraries (A, B, C and D). Previously, I merged the library A and B each other and library C with D. Now, I want to merge the merged-AB table with the mergd-CD table and get a full merged-ABCD table, but I faced with the error:
There was a problem with the command:
(1/1) Invalid value for “–i-tables”: recieved <FeatureData[Sequence],
FeatureTable[Frequency]> as an argument, which is incompatible with
parameter type: List[FeatureTable[Frequency]]
I have two questions:
- Is it impossible to merge the previously merged tables? If it is impossible, what is your solution way?
- How to solve the error? I checked mis-spelling and also I am using the right files.