Mercurial > repos > fubar > tool_factory_2
diff toolfactory/rgToolFactory2.py @ 51:4b71b252eacb draft
Uploaded
author | fubar |
---|---|
date | Sun, 30 Aug 2020 06:36:26 -0400 |
parents | bf432f4486c7 |
children | 68fbdbe35f08 |
line wrap: on
line diff
--- 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)