Lets open workflow samples from different places:
1. The first case: Open Ugene, open WD, select Samples tab, select Align Sequences with MUSCLE.
Note, that in this case Align Sequences with MUSCLE example is loaded while project is not opened .
2. The second case: Open Ugene, select Data/workflow_samples/Alignment/basic_align.uwl
Note, that in this case the same example is opened but the empty project is opened.
Scenario1:
- Open Preferences.
- The "Application Settings" dialog appears.
- Open the "Workflow Designer" tab.
- Check "Enable debugger".
- Click OK.
- Open example from the first case.
- Set COI.aln as input file
- Select the "Write Alignment" element and click "Break at element".
- Note, there is no project.
- Run
Current state: Execution without any errors.
Scenario2:
- Open Preferences.
- The "Application Settings" dialog appears.
- Open the "Workflow Designer" tab.
- Check "Enable debugger".
- Click OK.
- Open example from the second case.
- Set COI.aln as input file
- Select the "Write Alignment" element and click "Break at element",
- Note, empty project is present.
- Run
Crash
- relates to
-
UGENE-8075 [Wd] Crash if remove some element with breakpoint and restore it again with breakpoint
- Closed