diff cgview.xml @ 2:90a4e07dd055 draft

planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/cgview commit c74272bb72948dfdff23e78a2d1e4955ac05d258-dirty
author dfornika
date Mon, 08 Jul 2019 20:58:05 -0400
parents d7e81eba876f
children 5542de6121ac
line wrap: on
line diff
--- a/cgview.xml	Mon Jul 08 20:45:42 2019 -0400
+++ b/cgview.xml	Mon Jul 08 20:58:05 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>