You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm very new to DICAST and I'm trying to run the GUI, after selecting the working directory, when I press the "Browse" button to select the custom Snakefile, the GUI immediately crashes with this message -
(base) adi@Adithyas-Air DICAST % conda activate dicast-snakemake
(dicast-snakemake) adi@Adithyas-Air DICAST % python gui/dicast.py
Traceback (most recent call last):
File "/Users/adi/opt/DICAST/gui/dicast.py", line 58, in
self.snake_button.clicked.connect(lambda: self.set_snake_file(self.select_snakefile_label))
File "/Users/adi/opt/DICAST/gui/dicast.py", line 354, in set_snake_file
self.custom_snakefile_full_path = on_button_get_file_path_clicked(label, self.wd_folder_full_path)
File "/Users/adi/opt/DICAST/gui/dicast_config_setter.py", line 67, in on_button_get_file_path_clicked
dialog = FileDialog(True)
File "/Users/adi/opt/DICAST/gui/dicast_config_setter.py", line 17, in init
self.forward_button.blockSignals(True)
AttributeError: 'NoneType' object has no attribute 'blockSignals'
zsh: abort python gui/dicast.py
Would appreciate your help a lot! Thanks!
The text was updated successfully, but these errors were encountered:
Hello,
I'm very new to DICAST and I'm trying to run the GUI, after selecting the working directory, when I press the "Browse" button to select the custom Snakefile, the GUI immediately crashes with this message -
(base) adi@Adithyas-Air DICAST % conda activate dicast-snakemake
(dicast-snakemake) adi@Adithyas-Air DICAST % python gui/dicast.py
Traceback (most recent call last):
File "/Users/adi/opt/DICAST/gui/dicast.py", line 58, in
self.snake_button.clicked.connect(lambda: self.set_snake_file(self.select_snakefile_label))
File "/Users/adi/opt/DICAST/gui/dicast.py", line 354, in set_snake_file
self.custom_snakefile_full_path = on_button_get_file_path_clicked(label, self.wd_folder_full_path)
File "/Users/adi/opt/DICAST/gui/dicast_config_setter.py", line 67, in on_button_get_file_path_clicked
dialog = FileDialog(True)
File "/Users/adi/opt/DICAST/gui/dicast_config_setter.py", line 17, in init
self.forward_button.blockSignals(True)
AttributeError: 'NoneType' object has no attribute 'blockSignals'
zsh: abort python gui/dicast.py
Would appreciate your help a lot! Thanks!
The text was updated successfully, but these errors were encountered: