Mercurial > repos > rv43 > chess_tomo
diff tomo_reduce.py @ 4:9aa288729b9a draft
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
| author | rv43 |
|---|---|
| date | Mon, 20 Mar 2023 18:44:23 +0000 |
| parents | 3fd7398a3a7f |
| children | 543dba81eb15 |
line wrap: on
line diff
--- a/tomo_reduce.py Mon Mar 20 18:30:26 2023 +0000 +++ b/tomo_reduce.py Mon Mar 20 18:44:23 2023 +0000 @@ -73,6 +73,7 @@ logging.debug(f'log = {args.log}') logging.debug(f'is log stdout? {args.log is sys.stdout}') logging.debug(f'log_level = {args.log_level}') + return # Instantiate Tomo object tomo = Tomo(galaxy_flag=args.galaxy_flag)
