-
Notifications
You must be signed in to change notification settings - Fork 8
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
Save config in figeno gui not working #23
Comments
Hi, Thanks for your interest in figeno! In order to pinpoint what might be going wrong with the "Save config" button, could you please tell me whether the other file dialogs work? E.g., if you click on the button to select an output file, or to select the path to an input bed file for a bed track, does it also not work? Could you also check whether a file dialog appears, but below your browser? Thanks for suggesting to read colors from BED9 files; I will try to add this feature in the coming week. |
Thank you for such a quick response! Here are some buttons that work: These do not work: It seems to work with the Thank you for the alternative solution and for considering my suggestion! |
I've added the option to read colors from bed files in the new version of figeno (v1.6.2: Thanks for providing more information about which buttons work.
Does this open a file dialog and print in the terminal the path that you selected? If yes, can you try the following command and also tell me if it works?
|
Hello! I apologize for the delayed response! I updated it and the colors in the bed track turned out great! Thank you so much for adding that feature! The operating system is macOS Sonoma. The first code block worked! A dialog box popped up. But the other code block did not work, nothing happened. Let me know what else I can try. |
Thanks for trying these two code blocks! I think I understand what was causing the problem. Can you try updating filedialpy (this is a package used by figeno) with |
Unfortunately installing that version of |
Hello! Thank you for the fantastic tool. I downloaded it on my Mac and launched the gui. When I click the "Save config" button, nothing happens. I relaunched it again in debugging mode and when I tried again, in the terminal it says:
If I may also add a feature suggestion. It would be really awesome if the bed track can accept BED9 files that store color information. This would be really useful for visualization of the cis-regulatory elements which are color coded.
The text was updated successfully, but these errors were encountered: