Skip to content

Commit

Permalink
add logical, less-than functions
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Apr 24, 2024
1 parent 562baf9 commit 70af641
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wdl2cwl/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,9 @@ def get_expr_apply(
"""
binary_ops = {
"_gt": ">",
"_land": "&&",
"_lor": "||",
"_lte": "<=",
"_neq": "!==",
"_lt": "<",
"_mul": "*",
Expand Down

0 comments on commit 70af641

Please sign in to comment.