# HG changeset patch # User fubar # Date 1605769097 0 # Node ID dbbb9298a20ff03abcf1380c96189bc28eacf5f9 # Parent 5d74a718b92dfcc812a79e607953c328ac1452d5 Uploaded diff -r 5d74a718b92d -r dbbb9298a20f toolfactory/rgToolFactory2.py --- a/toolfactory/rgToolFactory2.py Thu Nov 19 04:20:56 2020 +0000 +++ b/toolfactory/rgToolFactory2.py Thu Nov 19 06:58:17 2020 +0000 @@ -905,7 +905,7 @@ "--test_output", os.path.abspath(tool_test_path), "--skip_venv", "--galaxy_root", - self.args.galaxy_root, + "/home/biodocker/galaxy-central", "--update_test_data", os.path.abspath(xreal), ] @@ -926,7 +926,7 @@ "--test_output", os.path.abspath(tool_test_path), "--skip_venv", "--galaxy_root", - self.args.galaxy_root, + "/home/biodocker/galaxy-central", os.path.abspath(xreal), ] p = subprocess.run( @@ -965,7 +965,6 @@ cll = [ "planemo", "test", - "--conda_dependency_resolution", "--test_data", os.path.abspath(self.testdir), "--test_output", os.path.abspath(tool_test_path), "--skip_venv", @@ -986,7 +985,6 @@ cll = [ "planemo", "test", - "--conda_dependency_resolution", "--test_data", os.path.abspath(self.testdir), "--test_output", os.path.abspath(tool_test_path), "--skip_venv",