-
Notifications
You must be signed in to change notification settings - Fork 5
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
Option to skip loading data from specific plates? #39
Comments
Thanks for the kind words! I'm glad this package has been useful to you! This feature definitely doesn't already exist. The work-around you found is good, and could be the best way to do it. One other approach that I can think of would be to merge the data into the layout yourself (rather than having wellmap do it for you). This would give you the ability to drop the prep plates before doing the merge, and it wouldn't be that much extra code. Here's a rough outline of what you'd need to do: (i) call I don't think it would be that hard to add a feature like this to |
No worries, even saying you don't have time so quickly is way above average. And it is a niche use case. I'm not sure I would want to change the default of complaining when it can't find the experimental data since that seems important. I'll go ahead with the including in a prep file setup for now and if that turns out to be less than ideal I'll try to get a pull request together changing something else. |
First of all thanks for this package! It's much better than the equivalent thing I rolled myself before finding it.
I've started using it not only for loading data after an experiment, but also for organizing the prep work (serial dilutions, splitting master mix into a row for multichannel). But now it complains that the "Prep" plate doesn't have a
meta.path
with data to load. Here's the slightly simplified plate layout:Is there a way to exclude the Prep plate when loading data, but include it when showing the wellmap?
While writing this question I discovered a workaround that might be fine: one main layout file with the experimental plates, and a second layout file that
meta.include
s the experimental one and adds the Prep plate. Show the second one, but load the first.The text was updated successfully, but these errors were encountered: