changeset 142:1a292fcf3909 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 819e366e63ba35d3f50f8fc2bd163ce60293b59c-dirty
author ximgchess
date Mon, 26 Jun 2023 12:09:02 +0000
parents df35a4e87a28
children 24364001780f
files chap/chap.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/chap/chap.xml	Mon Jun 26 11:55:59 2023 +0000
+++ b/chap/chap.xml	Mon Jun 26 12:09:02 2023 +0000
@@ -10,7 +10,7 @@
   </requirements>
   <command detect_errors="exit_code"><![CDATA[
       pip --exists-action i install certif-pyspec==1.5.3 &&
-      cd $indir &&
+      cd '$indir' &&
       CHAP --config '$config' &&
   ]]></command>
   <environment_variables>
@@ -20,9 +20,9 @@
       <param type="data" name="config" format="yaml" label="Pipeline Configuration File" />
       <param type="text" name="indir" label="Input Directory" />
   </inputs>
-  <outputs>
-      <data name="output" format="json" />
-  </outputs>
+  <!-- <outputs> -->
+  <!--     <data name="output" format="json" /> -->
+  <!-- </outputs> -->
   <tests>
       <test>
           <param name="config" value="config.yaml"/>