You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure we can do much about that since the format is CSV. Users will need to quote any fields containing commas to "escape" the delimiter. Do you think describing this edge-case in the "fastq manifest" part of the importing tutorial would resolve the issue?
Couldn't we start emitting quoted fields and/or escaped fields in the internal manifest? It looks like we are already using pandas.read_csv, to read those manifests back into Q2, which should be able to handle quoted vs non-quoted editions of these files. I think we could do that in a backwards-compatible way, but maybe I am missing something! One gotcha is that there are a few places in the ecosystem where we grab the manifest and do some things with it, so depending on how that is currently implemented, there could be some unintended consequences 👿 .
I am up for documenting the edge case if we don't have a quick fix for this!
👍 for updating the places where qiime2 is reading/writing manifests so they're compatible with commas. There'll still be the opportunity for users to run into the issue when they're writing their own manifest file (which they'll need to quote themselves), so some docs on the importing tutorial may be useful in addition to the q2-types updates. Does that sound good to you?
References
This recently came up on the forum.
The text was updated successfully, but these errors were encountered: