Mercurial > repos > bgruening > deeptools_plot_heatmap
diff deepTools_macros.xml @ 19:b3af49dd94d2 draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4b6c1004addf9496c85fb8566173e4f9f9e9d356
author | bgruening |
---|---|
date | Fri, 18 Mar 2016 08:32:29 -0400 |
parents | f2f1f6c780c8 |
children | 87a6977eb704 |
line wrap: on
line diff
--- a/deepTools_macros.xml Thu Mar 10 02:48:59 2016 -0500 +++ b/deepTools_macros.xml Fri Mar 18 08:32:29 2016 -0400 @@ -340,7 +340,7 @@ ln -s "${bamfile}" "./${counter}.bam" && ln -s "${bamfile.metadata.bam_index}" "./${counter}.bam.bai" && #silent $files.append('%s.bam' % $counter) - #silent $labels.append('%s' % ($bamfile.display_name)) + #silent $labels.append("'%s'" % ($bamfile.display_name)) #end for ]]> </token> @@ -352,7 +352,7 @@ #for $counter, $bigwig in enumerate($bigwigfiles): ln -s "${bigwig}" "${counter}.bw" && #silent $files.append('%s.bw' % $counter) - #silent $labels.append('%s' % ($bigwig.display_name)) + #silent $labels.append("'%s'" % ($bigwig.display_name)) #end for ]]> </token>