Improving task control syntax by using task['task_name']|default() instead of task.task_name|default() as this handles existence checks. This is relevant for cases where the task list has not been defined - or if the specific task variable we are checking for does not exist.
We also now enable snpsniffer by default, since alignment is enabled by default if no tasks are defined.
Improving task control syntax by using task['task_name']|default() instead of task.task_name|default() as this handles existence checks. This is relevant for cases where the task list has not been defined - or if the specific task variable we are checking for does not exist.
We also now enable snpsniffer by default, since alignment is enabled by default if no tasks are defined.