-
Notifications
You must be signed in to change notification settings - Fork 80
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
Redbiom returning wrong number of artifacts #2569
Comments
Right, that number is showing the total number of artifacts in the study vs. how many have that sample ... |
Shouldn't it just show the number of artifacts with the sample? And likely the retrieval of all the artifacts is contributing to #2571 right? |
Agree, should be the number of artifacts with that sample |
I'm trying to figure out how to solve this and realized that I need some help from @wasade, asking here in case that we need input from others on how to better display the info or where to solve but happy to move to PM. Anyway, in the specific example @adswafford used, we are basically looking in the sample template for Thoughts? |
ping @wasade |
How can the a sample be both oral and fecal?
Doesn't qiita have mechanisms in place to determine what artifacts a set of
samples exist in? It seems unnecessary to use redbiom for that
…On Thu, Aug 23, 2018, 8:33 AM Antonio Gonzalez ***@***.***> wrote:
ping @wasade <https://github.com/wasade>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2569 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAc8smWjy3FiFfsSEOYI4l-fQceXKXrIks5uTstYgaJpZM4Tgc3->
.
|
Ha! Just realized that my example can be confusing, sorry! The idea here is that in a study X, with prep A (artifact a) and prep B (artifact b) and a sample with anonymized_name == '000065978' in prep A; if you search for anonymized_name == '000065978', that will return study X but it will not give you that it only exists in prep A (artifact a). Please PM if this doesn't make sense. Anyway, the point is that I'm not sure if redbiom can actually return the prep or artifact where anonymized_name == '000065978' is found. Obviously, we can recover this info within Qiita but just wondering if better/faster via redbiom as currently qiita will use SQL queries to figure it out. |
If you know the context, you can do this. There isn't support if you do not
know the context
…On Thu, Aug 23, 2018 at 8:56 AM Antonio Gonzalez ***@***.***> wrote:
Ha! Just realized that my example can be confusing, sorry! The idea here
is that in a study X, with prep A (artifact a) and prep B (artifact b) and
a sample with anonymized_name == '000065978' in prep A; if you search for
anonymized_name == '000065978', that will return study X but it will not
give you that it only exists in prep A (artifact a). Please PM if this
doesn't make sense.
Anyway, the point is that I'm not sure if redbiom can actually return the
prep or artifact where anonymized_name == '000065978' is found. Obviously,
we can recover this info within Qiita but just wondering if better/faster
via redbiom as currently qiita will use SQL queries to figure it out.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2569 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAc8si3sT_ZioXvA-HEeO86wi-xvJhFLks5uTtCqgaJpZM4Tgc3->
.
|
Confirmed on Jan 8 2019 that this is still an issue. |
When searching with Redbiom, the number of artifacts returned can greatly exceed the logical number necessary to access for the sample(s) searched for.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: