From e9153135c39388bf403ea94896f935ce80309b01 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Mon, 26 Oct 2015 14:13:45 -0400 Subject: [PATCH 1/1] 7582: Passes draft-2 conformance tests. --- sdk/cwl/arvados_cwl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/cwl/arvados_cwl/__init__.py b/sdk/cwl/arvados_cwl/__init__.py index 213496d458..e2e9270c10 100644 --- a/sdk/cwl/arvados_cwl/__init__.py +++ b/sdk/cwl/arvados_cwl/__init__.py @@ -100,7 +100,7 @@ class ArvadosJob(object): script_parameters["task.vwd"] = {} for t in self.generatefiles: if isinstance(self.generatefiles[t], dict): - src, rest = self.arvrunner.fs_access.get_collection(self.generatefiles[t]["path"][6:]) + src, rest = self.arvrunner.fs_access.get_collection(self.generatefiles[t]["path"][13:]) vwd.copy(rest, t, source_collection=src) else: with vwd.open(t, "w") as f: -- 2.30.2