changeset 46:d73e715e975b draft

"planemo upload for repository https://github.com/rolfverberg/galaxytools commit baa3866a541a552710bec26ae5d37a8c624563ac"
author rv43
date Thu, 21 Apr 2022 18:10:17 +0000
parents f7c75e9643f2
children c693117d01e9
files tomo.py
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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: