changeset 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 95ef3d2c9511
children 4d65b79b638d
files cgview.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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>