diff computeGCBias.xml @ 19:f0fd1cdbe506 draft

planemo upload for repository https://github.com/deeptools/deepTools/tree/master/galaxy/wrapper/ commit 5a01e3a370130f32a82d5436504371ed95be1754
author bgruening
date Thu, 05 Apr 2018 10:56:11 -0400
parents 1795fdfc23b8
children bb3e88bddd9f
line wrap: on
line diff
--- a/computeGCBias.xml	Fri Mar 02 16:16:48 2018 -0500
+++ b/computeGCBias.xml	Thu Apr 05 10:56:11 2018 -0400
@@ -7,7 +7,7 @@
     <expand macro="requirements" />
     <command>
 <![CDATA[
-        ln -s "$bamInput" "local_bamInput.bam" &&
+        ln -s '$bamInput' local_bamInput.bam &&
         #if $bamInput.ext == 'bam':
             ln -s '${bamInput.metadata.bam_index}' local_bamInput.bam.bai &&
         #else: