We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2771a6 commit f1c8816Copy full SHA for f1c8816
cwl_utils/etools_to_clt.py
@@ -10,7 +10,7 @@
10
from schema_salad.sourceline import SourceLine
11
12
SKIP_COMMAND_LINE = True # don't process inputBinding and arguments sections
13
-# as Galaxy will use cwltool which can handle expression ther
+# as Galaxy will use cwltool which can handle expression which might appear there
14
15
def main():
16
top = cwl.load_document(sys.argv[1])
0 commit comments