Skip to content

Commit

Permalink
minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
markjschreiber committed Oct 1, 2024
1 parent 3ca17f9 commit fd5ab46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omics/cli/run_analyzer/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import re

ENGINES = set(["WDL", "CWL", "NEXTFLOW"])
ENGINES = {"WDL", "CWL", "NEXTFLOW"}

_wdl_task_regex = r"^([^-]+)(-\d+-\d+.*)?$"
_nextflow_task_regex = r"^(.+)(\s\(.+\))$"
Expand Down

0 comments on commit fd5ab46

Please sign in to comment.