changeset 7:1393e1b26f0b draft

planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/cgview commit 423cf96266f6ac433052ff72edb1397502313010-dirty
author dfornika
date Mon, 08 Jul 2019 23:23:58 -0400
parents ecd17b1142e6
children fece9758fea4
files cgview.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cgview.xml	Mon Jul 08 23:18:02 2019 -0400
+++ b/cgview.xml	Mon Jul 08 23:23:58 2019 -0400
@@ -5,8 +5,9 @@
     </requirements>   
     <command detect_errors="exit_code">
         <![CDATA[
+          ln -s '${input}' input.xml &&
           cgview
-           -i '${input}'
+           -i 'input.xml'
            -o '${output}'
         ]]>  
     </command>