changeset 50:79c216516ef9 draft

"planemo upload for repository https://github.com/rolfverberg/galaxytools commit fe4125fc02a12052ddf055202888fa24abb0e4b2"
author rv43
date Thu, 28 Jul 2022 16:51:25 +0000
parents 26f99fdd8d61
children 5735b3d49897
files tomo_setup.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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