Mercurial > repos > bgruening > deeptools_plot_correlation
diff deepTools_macros.xml @ 5:647931353294 draft
planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 4b6c1004addf9496c85fb8566173e4f9f9e9d356
author | bgruening |
---|---|
date | Fri, 18 Mar 2016 08:49:09 -0400 |
parents | df65a17fb5d1 |
children | 13e1fcf29377 |
line wrap: on
line diff
--- a/deepTools_macros.xml Thu Mar 10 03:24:02 2016 -0500 +++ b/deepTools_macros.xml Fri Mar 18 08:49:09 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>