diff idr_download_by_ids.py @ 1:9340cbc7796c draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idr_download commit c496b34c7f6265cccd9326fd239542d9e625c1a4"
author iuc
date Tue, 24 Mar 2020 13:48:46 -0400
parents 57aa9597cd31
children 17b1cd0f4812
line wrap: on
line diff
--- a/idr_download_by_ids.py	Sat Feb 08 13:24:39 2020 -0500
+++ b/idr_download_by_ids.py	Tue Mar 24 13:48:46 2020 -0400
@@ -189,7 +189,7 @@
                     )
 
             # download and save the region as TIFF
-            fname = '_'.join(
+            fname = '__'.join(
                 [image_name, str(image_id)] + [str(x) for x in tile]
             )
             download_plane_as_tiff(image, tile, z_stack, channel_index, frame, fname)