diff tomo_setup.py @ 61:75dd6e15f628 draft

"planemo upload for repository https://github.com/rolfverberg/galaxytools commit 47b7bc203de6eac4d3e081b1fae8acb352f54b55"
author rv43
date Wed, 17 Aug 2022 12:11:20 +0000
parents 52db7707ff48
children 98a83f03d91b
line wrap: on
line diff
--- a/tomo_setup.py	Tue Aug 16 21:23:10 2022 +0000
+++ b/tomo_setup.py	Wed Aug 17 12:11:20 2022 +0000
@@ -282,8 +282,6 @@
         num_collections += 1
     if num_collections != num_stack:
         raise ValueError('Inconsistent number of data image sets')
-    print(f'config:\n{tomo.config}')
-    return
 
     # Preprocess the image files
     galaxy_param = {'tdf_files' : tdf_files[0], 'tbf_files' : tbf_files[0],