Mercurial > repos > bgruening > deeptools
changeset 72:c56a8c021315 draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit f720d773e34ad90d14d7cae77c1a0bb5d126102c-dirty
author | bgruening |
---|---|
date | Fri, 18 Sep 2015 10:03:38 -0400 |
parents | 106cd88dc9da |
children | bf8a2284232c |
files | deepTools_macros.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/deepTools_macros.xml Fri Sep 18 07:34:39 2015 -0400 +++ b/deepTools_macros.xml Fri Sep 18 10:03:38 2015 -0400 @@ -217,7 +217,7 @@ ln -s "${bamfile}" "./${counter}.bam" && ln -s "${bamfile}" "./${counter}.bam.bai" && #silent $files.append('%s.bam' % $counter) - #silent $labels.append("'%s'" % ($bamfile.name)) + #silent $labels.append("'%s'" % ($bamfile.display_name)) #end for ]]> </token> @@ -229,7 +229,7 @@ #for $counter, $bigwig in enumerate($input_files): ln -s "${bigwig}" "${counter}.bw" && #silent $files.append('%s.bw' % $counter) - #silent $labels.append("'%s'" % ($bigwig.name)) + #silent $labels.append("'%s'" % ($bigwig.display_name)) #end for ]]> </token>