diff cgview.xml @ 4:5542de6121ac 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:10:28 -0400
parents 90a4e07dd055
children 1393e1b26f0b
line wrap: on
line diff
--- a/cgview.xml	Mon Jul 08 22:34:01 2019 -0400
+++ b/cgview.xml	Mon Jul 08 23:10:28 2019 -0400
@@ -5,9 +5,8 @@
     </requirements>   
     <command detect_errors="exit_code">
         <![CDATA[
-          ln -s '${input}' input.xml &&
           cgview
-           -i 'input.xml'
+           -i '${input}'
            -o '${output}'
         ]]>  
     </command>