-
Notifications
You must be signed in to change notification settings - Fork 58
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
Describe column name case insensitivity in metadata tutorial #577
Labels
good first issue
Good for newcomers
Comments
Hi @AmandaBirmingham, we are looking into a solution for this one and its not as simple as we thought because this is not an intentional behavior within qiime2. I think we will want to find a better solution than just changing documentation. Many thanks for bringing this one to our attention! |
gregcaporaso
added a commit
to caporaso-lab/using-qiime2
that referenced
this issue
Sep 23, 2024
includes addressing of qiime2/docs#577
gregcaporaso
added a commit
to caporaso-lab/using-qiime2
that referenced
this issue
Sep 23, 2024
includes addressing of qiime2/docs#577
gregcaporaso
added a commit
to caporaso-lab/using-qiime2
that referenced
this issue
Sep 23, 2024
gregcaporaso
added a commit
that referenced
this issue
Oct 9, 2024
fixes #577 Note that this was also addressed for the new user docs (coming soon!) in caporaso-lab/using-qiime2#3.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Improvement Description
Extend the metadata tutorial to explicitly note that non-id column names must differ by more than just case. See reference 1 below.
Current Behavior
Currently, the
Metadata
class allows instantiation with inputs containing column names that differ only by case, but this leads to an error if using theget_ids()
method.Proposed Behavior
Add a sentence to the
metadata.rst
tutorial. My suggestion is to modifydocs/source/tutorials/metadata.rst
Line 110 in 8510b64
to
References
The text was updated successfully, but these errors were encountered: