comparison toolfactory/rgToolFactory2.py @ 144:351d479e4a86 draft

Uploaded
author fubar
date Sun, 18 Apr 2021 04:40:54 +0000
parents 4de39d209c5b
children 4e83512cb72c
comparison
equal deleted inserted replaced
143:4de39d209c5b 144:351d479e4a86
1052 else: 1052 else:
1053 tout = open(self.tlog, "w") 1053 tout = open(self.tlog, "w")
1054 cll = [ 1054 cll = [
1055 "planemo", 1055 "planemo",
1056 "test", 1056 "test",
1057 "--galaxy_python_version",
1058 self.args.python_version,
1059 "--test_data", 1057 "--test_data",
1060 os.path.abspath(self.testdir), 1058 os.path.abspath(self.testdir),
1061 "--test_output", 1059 "--test_output",
1062 os.path.abspath(tool_test_path), 1060 os.path.abspath(tool_test_path),
1063 "--galaxy_root", 1061 "--galaxy_root",