-
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
Sublime freezes when typing "out." in a workflow block. #5
Comments
I can say, from personal experience, this makes using the plugin very difficult once you encounter it; even clicking on the line with sublime/Nextflow.sublime-syntax Line 510 in 0bd5fd3
The |
Hi @cjfields, do you have any more info about this issue that you could provide?
The issue is likely in the Python code for handling showing a popup with info on process/workflow outputs ( Lines 356 to 370 in 0bd5fd3
|
Sublime Text 4, Build 4189, Mac OS X
Will check and report back (I need to reinstall the package).
I'm working on a branch of a repo converting a workflow from DSL1 to DSL2 (using nf-core skeleton but as a non-nf-core repo). Example line that caused issue: EDIT: I should add, I actually set up a fork of this repo and added it as a custom package in the Packages |
* fix: process popups hanging due to bad regex for getting output emit labels (nf-core#5) * feat: added snippets for process version YML and ch_versions mixing (ver), process modules config (withName)
Hi @cjfields I think I have it fixed and working better than before. Thanks for sharing your workflow. It was very helpful for debugging the issue (bad regex 🤦♂️). The POOLED_... process was the one crashing my ST. Let me know if release 1.2.0 fixes the issue. Sorry for crashing your ST with my crappy code haha |
Not a problem at all, I'm glad you took the time to fix it! |
As description. Only fix I've found is to restart sublime.
The text was updated successfully, but these errors were encountered: