# HG changeset patch # User bgruening # Date 1520024198 18000 # Node ID 396dfbc32304c92f716c74f3aeecaff01e33c120 # Parent f2f1ca0f032f7cd9bb7b410a2d0fa536994e8b1e planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 72ae8f62333aa38d1c63034ddb37184a0f72c64e-dirty diff -r f2f1ca0f032f -r 396dfbc32304 deepTools_macros.xml --- a/deepTools_macros.xml Thu Feb 15 07:39:05 2018 -0500 +++ b/deepTools_macros.xml Fri Mar 02 15:56:38 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: