Merge branch '2411-check-copyright'
[arvados.git] / sdk / cwl / arvados_cwl / __init__.py
index b79c453cfbeb115eae736f5fbd621453950d1a05..4584d955e6fcc6080d56dfe9a5dd277c7f6bb414 100644 (file)
@@ -688,7 +688,8 @@ def add_arv_hints():
         "http://arvados.org/cwl#PartitionRequirement",
         "http://arvados.org/cwl#APIRequirement",
         "http://commonwl.org/cwltool#LoadListingRequirement",
-        "http://arvados.org/cwl#IntermediateOutput"
+        "http://arvados.org/cwl#IntermediateOutput",
+        "http://arvados.org/cwl#ReuseRequirement"
     ])
 
 def main(args, stdout, stderr, api_client=None, keep_client=None):