# HG changeset patch # User rv43 # Date 1659027085 0 # Node ID 79c216516ef924bac402d1229c807ea4df6b55a0 # Parent 26f99fdd8d616f8936e1f383b1c2655ee19b7124 "planemo upload for repository https://github.com/rolfverberg/galaxytools commit fe4125fc02a12052ddf055202888fa24abb0e4b2" diff -r 26f99fdd8d61 -r 79c216516ef9 tomo_setup.py --- a/tomo_setup.py Thu Jul 28 16:05:24 2022 +0000 +++ b/tomo_setup.py Thu Jul 28 16:51:25 2022 +0000 @@ -110,6 +110,9 @@ for filetype, filepath in zip(args.inputfile_types, args.inputfiles)] logging.debug(f'collections:\n{collections}') if len(args.tomo_ranges) != 2*len(collections): + print(f'datasets ({type(datasets)} {len(datasets)}):\n{datasets}') + print(f'collections ({type(collections)} {len(collections)}):\n{collections}') + print(f'ranges ({type(args.tomo_ranges)} {len(args.tomo_ranges)}):\n{args.tomo_ranges}') raise ValueError('Inconsistent tomo ranges size.') # Instantiate Tomo object