-
Notifications
You must be signed in to change notification settings - Fork 4
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
Multiple errors locating data linux version #666
Comments
As the error suggests, in the file https://github.com/NeurodataWithoutBorders/nwb-guide/blob/linux-fix/src/renderer/src/stories/pages/guided-mode/data/GuidedPathExpansion.js, keepExistingData is not defined before it's used for the conditional statement. |
I managed to solve the issue of not moving pass that screen by adding the line
to the file GuidedPathExpansion.js. However, I can't still list all the available files (they are actually found by DeepDict, but this doesn't inject vertically to the GUI and API. Then, once completing the table. I'm getting another error: |
Thank you for flagging these @iezqrom! I've submitted fixes for both of the issues. |
Thanks for the report @iezqrom! As a linux user, you'll be a little more exposed to day-to-day bugs like this, so be sure to always be pulling the latest state of that branch from Git @garrettmflynn has started a general fix to this on #667, it will take a little while to trickle down to the |
@garrettmflynn @CodyCBakerPhD thanks for the quick reply both! We're looking into implementing this in our lab, so I'm exploring it. I'm keen on contributing when I get a handle of things. When do you expect to fix these issues in the On a related note, is there a way to programmatically fill in all the columns of the subject metadata? |
@iezqrom We actually just re-imagined the way we do linux installation to help increase its stability Can you give the |
If you programmatically generate a table file, you should be able to copy and paste from that table file into the interactive table on the GUIDE Otherwise, purely programmatic access is the domain of NeuroConv, which the GUIDE is simply a graphical wrapper of (plus some additional 'nice' features like file visualization) |
Thanks for the replies and for suggesting Then, I'm getting a video is not allowed warning in the source data screen, see image below. I think this is the step that's preventing me from moving on to the next Conversation preview step and hence completing the pipeline |
To get around this quickly, can you specify your source data manually instead of programmatically? You have uncovered a more complex issue related to the VideoInterface, which will only accept one file in the file_paths property at the moment. |
We hope to have an advanced tutorial to clarify these kinds of details of how to use this interface soon Until then I'll describe here A single VideoInterface is for attaching a lossy-compressed video stream from a single camera to an NWB file The reason it takes I think we only allow one path at a time for the moment due to lack of a component for easily specifying the order of those files in the contiguous schema (one would hope At any rate, is that the case you're talking about needing this for? Otherwise, if this is for including data from multiple cameras, then all you need to do is add multiple VideoInterfaces (one per camera) to your data formats and select a different video as the source data for each one (you can technically use that as a workaround to the other use case for the time being too) |
Yes, this is correct. We've tabled the ability for users to specify multiple video files for the reasons that Cody described above. We haven't yet discussed |
Right, that makes sense, thanks so much for the thorough explanation. Indeed, I was trying to add videos that were from the same session and mice taken one after the other (with a small break in between). I might also need the case for including data from multiple cameras soon, so thanks so much for the explanation! |
Closing this for now, will ping you again when we add more support for this case to the VideoInterface (the gap in between videos is especially tricky and requires special treatment in a feature we have yet to support) |
sure, thanks! |
Describe the issue
I get multiple errors when trying to locate data and I can't get pass the screen. I get errors at this screen both when i tick 'Would you like to locate these sessions programmatically' and when I don't. The errors are different though. Here I focus on the errors when I tick to locate the sessions programmatically
First, not all files are listed, only one per subject.
Second, I click next and see the errors logged in the console below.
Steps to Reproduce
Operating System
Ubuntu 20.04.6 LTS
GUIDE Version
linux-fix
Code of Conduct
Yes
Did you confirm this issue was not already reported?
Yes
The text was updated successfully, but these errors were encountered: