commit/galaxy-central: dan: Slightly more unique automatically generated filename for GenomeSpace export.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/d346bd2efc97/ changeset: d346bd2efc97 user: dan date: 2012-04-19 01:38:34 summary: Slightly more unique automatically generated filename for GenomeSpace export. affected #: 1 file diff -r bb1d639c4db59c50f7384c8b2ef22a7b8da896ee -r d346bd2efc9798547ba9a4ac80d305ee6d7aedcc tools/genomespace/genomespace_exporter.xml --- a/tools/genomespace/genomespace_exporter.xml +++ b/tools/genomespace/genomespace_exporter.xml @@ -27,7 +27,7 @@ #if $filename: --filename "${filename}" #else: - --filename "Galaxy History Item ${__app__.security.encode_id( $input1.id )} - ${input1.hid}: ${input1.name}.${input1.ext}" + --filename "Galaxy History Item ${__app__.security.encode_id( $input1.id )} (${__app__.security.encode_id( $output_log.id )}) - ${input1.hid}: ${input1.name}.${input1.ext}" #end if --file_type "${input1.ext}" --content_type "${input1.get_mime()}" Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket