Mercurial > repos > richard-burhans > segalign
comparison package_output.py @ 9:08e987868f0f draft
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/segalign commit 062a761a340e095ea7ef7ed7cd1d3d55b1fdc5c4
author | richard-burhans |
---|---|
date | Wed, 10 Jul 2024 17:06:45 +0000 |
parents | 36cafb694dd2 |
children | 168b0a92edd3 |
comparison
equal
deleted
inserted
replaced
8:150de8a3954a | 9:08e987868f0f |
---|---|
275 | 275 |
276 config: configparser.ConfigParser = configparser.ConfigParser() | 276 config: configparser.ConfigParser = configparser.ConfigParser() |
277 config.read(lastz_command_config_file) | 277 config.read(lastz_command_config_file) |
278 | 278 |
279 package_file = PackageFile() | 279 package_file = PackageFile() |
280 lastz_command_file = "lastz_commands.txt" | 280 lastz_command_file = "lastz-commands.txt" |
281 bashCommandLineFile(lastz_command_file, config, package_file) | 281 bashCommandLineFile(lastz_command_file, config, package_file) |
282 package_file.close() | 282 package_file.close() |
283 | 283 |
284 | 284 |
285 if __name__ == "__main__": | 285 if __name__ == "__main__": |