-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tabulate fails on duplicate column names #26
Comments
This is a framework-level problem --- duplicate column names aren't allowed in |
I'm thinking |
This is Yunhu at NCI. Here is one example from one run. I have 26 runs for this project. It will be nice I can input multiple files together to generate a final table. But the error is duplicate column name. I can export each one into table and merge them. Is it possible that you can merge all qza files just like SV table and sequence tables. Thanks! |
Thanks for the use-case example, @mentorwan! @gregcaporaso - your idea makes sense, but this problem impacts all kinds of other methods (e.g. a few q2-longitudinal actions accept alpha diversity as metadata - it is impossible to compare multiple alpha div metrics at once because of this same problem). Seems like it would be easier (and more predictable for users) if we fixed this in the framework. |
Makes sense, wasn't thinking about this. So should I open this issue on the framework instead (or maybe we even have one for it already)? |
I am having a similar issure trying to merge the stats from 9 different dada2 runs on a gridded environment.
|
Comments
This would be nice to fix because sometimes we may want to merge closely related data. For example, it would be useful to be able to use
qiime metadata tabulate
to compare taxonomy assignments generated against Silva and Greengenes by passing twoFeatureData[Taxonomy]
files.The text was updated successfully, but these errors were encountered: