# HG changeset patch # User iuc # Date 1585072126 14400 # Node ID 9340cbc7796c8236c6ba06d42af40f1304a5be8b # Parent 57aa9597cd3101550d4db8bc38f1a7ae73a7b36e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/idr_download commit c496b34c7f6265cccd9326fd239542d9e625c1a4" diff -r 57aa9597cd31 -r 9340cbc7796c idr_download_by_ids.py --- 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) diff -r 57aa9597cd31 -r 9340cbc7796c idr_download_by_ids.xml --- a/idr_download_by_ids.xml Sat Feb 08 13:24:39 2020 -0500 +++ b/idr_download_by_ids.xml Tue Mar 24 13:48:46 2020 -0400 @@ -1,5 +1,5 @@ - + - download images from the Image Data Resource using image IDs @@ -107,7 +107,7 @@ - + @@ -123,7 +123,7 @@ - + @@ -139,7 +139,7 @@ - + @@ -152,7 +152,7 @@ - + @@ -189,7 +189,7 @@ - +