Mercurial > repos > rv43 > chess_tomo
diff workflow/run_tomo.py @ 30:3342c0518d4c draft
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
| author | rv43 |
|---|---|
| date | Wed, 22 Mar 2023 12:52:20 +0000 |
| parents | 551d1ea2416d |
| children | 98eee43a8c8c |
line wrap: on
line diff
--- a/workflow/run_tomo.py Tue Mar 21 18:46:02 2023 +0000 +++ b/workflow/run_tomo.py Wed Mar 22 12:52:20 2023 +0000 @@ -302,7 +302,7 @@ if not isinstance(nxentry, NXentry): raise ValueError(f'Invalid nxentry ({nxentry})') if center_rows is not None: - if self.galaxy_flag + if self.galaxy_flag: is not is_int_pair(center_rows, ge=-1): raise ValueError(f'Invalid parameter center_rows ({center_rows})') if (center_rows[0] != -1 and center_rows[1] != -1 and
