Mercurial > repos > rv43 > tomo
diff msnc_tools.py @ 7:845270a96464 draft
"planemo upload for repository https://github.com/rolfverberg/galaxytools commit a08ed1264ea7b7c878ba96801e4b27ef621fb6be"
author | rv43 |
---|---|
date | Thu, 07 Apr 2022 21:09:58 +0000 |
parents | baf9f5eef128 |
children | ef5c2f7b49ec |
line wrap: on
line diff
--- a/msnc_tools.py Wed Apr 06 19:48:22 2022 +0000 +++ b/msnc_tools.py Thu Apr 07 21:09:58 2022 +0000 @@ -619,9 +619,8 @@ if not os.path.isfile(config_file): logging.error(f'Unable to load {config_file}') return - print(f'\nLoading {config_file}\n') - # Load config file + # Load config file (for now for Galaxy, allow .dat extension) self.suffix = os.path.splitext(config_file)[1] if self.suffix == '.yml' or self.suffix == '.yaml' or self.suffix == '.dat': with open(config_file, 'r') as f: