changeset 6:36fdccb7d343 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 1401a7e1ae007a6bda260d147f9b879e789b73e0-dirty
author kls286
date Tue, 28 Mar 2023 15:53:16 +0000
parents 72b3a448b067
children 91a302ac9636
files chap.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/chap.xml	Tue Mar 28 15:41:51 2023 +0000
+++ b/chap.xml	Tue Mar 28 15:53:16 2023 +0000
@@ -3,7 +3,7 @@
       <requirement type="package" version="0.0.1">ChessAnalysisPipeline</requirement>
     </requirements>
     <command detect_errors="exit_code"><![CDATA[
-        pwd && cp '$input' data.csv && ./scripts/CHAP --config '$config'
+        cp '$input' data.csv && $__tool_directory__/scripts/CHAP --config '$config'
     ]]></command>
     <inputs>
         <param type="data" name="config" format="yaml" />