# HG changeset patch # User fubar # Date 1598783786 14400 # Node ID 4b71b252eacbc60828640cdeab216ff2c488198d # Parent bf432f4486c730fbc68fa6414f2d4d03708a8c11 Uploaded diff -r bf432f4486c7 -r 4b71b252eacb toolfactory/rgToolFactory2.py --- a/toolfactory/rgToolFactory2.py Sun Aug 30 01:45:27 2020 -0400 +++ b/toolfactory/rgToolFactory2.py Sun Aug 30 06:36:26 2020 -0400 @@ -719,16 +719,12 @@ "--update_test_data", "--galaxy_python_version", "3.6", - "--no_conda_auto_install", - "--no_conda_auto_init", xreal, ] else: cll = ["planemo", "test", "--galaxy_python_version", "3.6", "--galaxy_root", self.args.galaxy_root, - "--no_conda_auto_install", - "--no_conda_auto_init", xreal,] p = subprocess.run( cll, shell=True, cwd=self.tooloutdir, stderr=tout, stdout=tout @@ -769,7 +765,7 @@ self.args.toolshed_url, "--section_label", "Generated Tools", - "--install_tool_dependencies", + ] print("running\n", " ".join(cll)) p = subprocess.run(cll, shell=False, stderr=tout, stdout=tout) diff -r bf432f4486c7 -r 4b71b252eacb toolfactory/tool_dependencies.xml --- a/toolfactory/tool_dependencies.xml Sun Aug 30 01:45:27 2020 -0400 +++ b/toolfactory/tool_dependencies.xml Sun Aug 30 06:36:26 2020 -0400 @@ -3,12 +3,12 @@ - - planemo==0.72.0.dev0 - bioblend==0.14.0 - ephemeris==0.10.6 - galaxyxml==0.4.10 - lxml==4.5.1 + +planemo==0.72.0.dev0 +bioblend==0.14.0 +ephemeris==0.10.6 +galaxyxml==0.4.10 +lxml==4.5.1