Mercurial > repos > rv43 > tomo
diff tomo_setup.py @ 63:98a83f03d91b draft
"planemo upload for repository https://github.com/rolfverberg/galaxytools commit a9ebbfca439737ae17ddcb0df84408155f964877"
author | rv43 |
---|---|
date | Thu, 18 Aug 2022 14:36:46 +0000 |
parents | 75dd6e15f628 |
children | ba5866d0251d |
line wrap: on
line diff
--- a/tomo_setup.py Wed Aug 17 15:10:13 2022 +0000 +++ b/tomo_setup.py Thu Aug 18 14:36:46 2022 +0000 @@ -127,7 +127,6 @@ filepath = fields[0] element_identifier = fields[1] if len(fields) > 1 else fields[0].split('/')[-1] datasets.append({'element_identifier' : element_identifier, 'filepath' : filepath}) - print(f'datasets:\n{datasets}') logging.debug(f'datasets:\n{datasets}') if input_type == 'files' and len(datasets) != num_stack: raise ValueError('Inconsistent number of input files provided.') @@ -160,7 +159,6 @@ else: collection = {'name' : name, 'filepaths' : [filepath]} collections.append(collection) - print(f'collections:\n{collections}') logging.debug(f'collections:\n{collections}') # Instantiate Tomo object