# HG changeset patch # User bgruening # Date 1520021927 18000 # Node ID 972acc3a526c524db09acaf72039eae9215aacc1 # Parent d564cdad76389641f7d130f275f7a0e6f8c92db2 planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 72ae8f62333aa38d1c63034ddb37184a0f72c64e-dirty diff -r d564cdad7638 -r 972acc3a526c deepTools_macros.xml --- a/deepTools_macros.xml Thu Feb 15 07:05:47 2018 -0500 +++ b/deepTools_macros.xml Fri Mar 02 15:18:47 2018 -0500 @@ -1,10 +1,10 @@ --numberOfProcessors "\${GALAXY_SLOTS:-4}" - 3.0.0 + 3.0.1 - deeptools + deeptools samtools @@ -456,7 +456,6 @@ #for $counter, $f in enumerate($multibam_conditional.multibam_repeats): #set identifier = re.sub('[^\.\s\w\-]', '_', str($f.bamfiles.element_identifier)) ln -s "${f.bamfiles}" "./${counter}.bam" && - ln -s "${f.bamfiles.metadata.bam_index}" "./${counter}.bam.bai" && #if $f.bamfiles.ext == 'bam': ln -s '${f.bamfiles.metadata.bam_index}' './${counter}.bam.bai' && #else: