# HG changeset patch # User bgruening # Date 1485251540 18000 # Node ID c1ff5c44607357c22ac8c9def59075d21d3ae788 # Parent 7b38fcd4ff9e4b5715150b6d091bbd86b10d62be planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 999ec5d9b5882702497d8117a7d26536a67e19ca diff -r 7b38fcd4ff9e -r c1ff5c446073 deepTools_macros.xml --- a/deepTools_macros.xml Mon Dec 05 08:07:07 2016 -0500 +++ b/deepTools_macros.xml Tue Jan 24 04:52:20 2017 -0500 @@ -98,11 +98,11 @@ --numberOfProcessors "\${GALAXY_SLOTS:-4}" - 2.4.1 + 2.4.2 python - deeptools + deeptools @@ -299,7 +299,7 @@ - + @@ -450,10 +450,10 @@ #end for #else: #for $counter, $f in enumerate($multibam_conditional.multibam_repeats): - ln -s "${f.bamfile}" "./${counter}.bam" && - ln -s "${f.bamfile.metadata.bam_index}" "./${counter}.bam.bai" && + ln -s "${f.bamfiles}" "./${counter}.bam" && + ln -s "${f.bamfiles.metadata.bam_index}" "./${counter}.bam.bai" && #silent $files.append('%s.bam' % $counter) - #silent $labels.append("'%s'" % ($f.bamfile.display_name)) + #silent $labels.append("'%s'" % ($f.bamfiles.display_name)) #end for #end if ]]> @@ -471,9 +471,9 @@ #end for #else: #for $counter, $f in enumerate($multibigwig_conditional.multibigwig_repeats): - ln -s "${f.bigwig}" "${counter}.bw" && + ln -s "${f.bigwigfiles}" "${counter}.bw" && #silent $files.append('%s.bw' % $counter) - #silent $labels.append("'%s'" % ($f.bigwig.display_name)) + #silent $labels.append("'%s'" % ($f.bigwigfiles.display_name)) #end for #end if ]]> diff -r 7b38fcd4ff9e -r c1ff5c446073 plotHeatmap.xml --- a/plotHeatmap.xml Mon Dec 05 08:07:07 2016 -0500 +++ b/plotHeatmap.xml Tue Jan 24 04:52:20 2017 -0500 @@ -193,7 +193,7 @@ label="Labels for the regions plotted in the heatmap" help="If more than one region is being plotted a list of labels separated by space is required. If a label itself contains a space, then quotes are needed. - For example, label_1, "label 2"" /> + For example, label_1 "label 2"" /> - + diff -r 7b38fcd4ff9e -r c1ff5c446073 tool_dependencies.xml --- a/tool_dependencies.xml Mon Dec 05 08:07:07 2016 -0500 +++ b/tool_dependencies.xml Tue Jan 24 04:52:20 2017 -0500 @@ -3,7 +3,7 @@ - - + +