# HG changeset patch # User rv43 # Date 1650564617 0 # Node ID d73e715e975b18576c1be7e9d98c9582343b6098 # Parent f7c75e9643f2844386f6a02d4f1fa7d24059b737 "planemo upload for repository https://github.com/rolfverberg/galaxytools commit baa3866a541a552710bec26ae5d37a8c624563ac" diff -r f7c75e9643f2 -r d73e715e975b tomo.py --- a/tomo.py Thu Apr 21 17:31:37 2022 +0000 +++ b/tomo.py Thu Apr 21 18:10:17 2022 +0000 @@ -48,7 +48,9 @@ # the following tomopy routines don't run with more than 24 cores on Galaxy-Dev # - tomopy.find_center_vo # - tomopy.prep.stripe.remove_stripe_fw -num_core_tomopy_limit = 12 +#RV the same problem reappeared once I started testing with the tenstom_1304r-1 case +# not resolved yet +num_core_tomopy_limit = 24 class set_numexpr_threads: