comparison 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
comparison
equal deleted inserted replaced
0:57aa9597cd31 1:9340cbc7796c
187 '"{0}" is not a known channel name for image {1}' 187 '"{0}" is not a known channel name for image {1}'
188 .format(channel, image.getName()) 188 .format(channel, image.getName())
189 ) 189 )
190 190
191 # download and save the region as TIFF 191 # download and save the region as TIFF
192 fname = '_'.join( 192 fname = '__'.join(
193 [image_name, str(image_id)] + [str(x) for x in tile] 193 [image_name, str(image_id)] + [str(x) for x in tile]
194 ) 194 )
195 download_plane_as_tiff(image, tile, z_stack, channel_index, frame, fname) 195 download_plane_as_tiff(image, tile, z_stack, channel_index, frame, fname)
196 finally: 196 finally:
197 # Close the connection 197 # Close the connection