# HG changeset patch # User bgruening # Date 1485248337 18000 # Node ID af9d00228156b52d65e248e588ac6f07bd700c28 # Parent 470e6a076c80a38375d9363c0d42a2cc10846c45 planemo upload for repository https://github.com/fidelram/deepTools/tree/master/galaxy/wrapper/ commit 999ec5d9b5882702497d8117a7d26536a67e19ca diff -r 470e6a076c80 -r af9d00228156 bigwigCompare.xml --- a/bigwigCompare.xml Mon Dec 05 07:48:06 2016 -0500 +++ b/bigwigCompare.xml Tue Jan 24 03:58:57 2017 -0500 @@ -49,15 +49,16 @@ help="The default is to output the log2ratio between the two samples. The reciprocal ratio returns the negative of the inverse of the ratio if the ratio is less than 0. The resulting values are interpreted as negative - fold changes. To output the scaled values from the first or second BAM file, + fold changes. To output the scaled values from the first or second bigWig file, select 'first' or 'second'."> - - - - + + + + + - - + + @@ -67,6 +68,7 @@ + diff -r 470e6a076c80 -r af9d00228156 deepTools_macros.xml --- a/deepTools_macros.xml Mon Dec 05 07:48:06 2016 -0500 +++ b/deepTools_macros.xml Tue Jan 24 03:58:57 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 470e6a076c80 -r af9d00228156 repository_dependencies.xml --- a/repository_dependencies.xml Mon Dec 05 07:48:06 2016 -0500 +++ b/repository_dependencies.xml Tue Jan 24 03:58:57 2017 -0500 @@ -1,4 +1,4 @@ - + diff -r 470e6a076c80 -r af9d00228156 tool_dependencies.xml --- a/tool_dependencies.xml Mon Dec 05 07:48:06 2016 -0500 +++ b/tool_dependencies.xml Tue Jan 24 03:58:57 2017 -0500 @@ -3,7 +3,7 @@ - - + +