changeset 14:bca70009506d draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 2d65c72740d0439b8385378a890b3763d717f152-dirty
author kls286
date Wed, 29 Mar 2023 18:26:46 +0000
parents 455e0b0bf8d4
children c01900e93daa
files chap.xml
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/chap.xml	Wed Mar 29 18:21:43 2023 +0000
+++ b/chap.xml	Wed Mar 29 18:26:46 2023 +0000
@@ -3,14 +3,15 @@
       <requirement type="package" version="0.0.2">chessanalysispipeline</requirement>
     </requirements>
     <command detect_errors="exit_code"><![CDATA[
-        cp '$input' data.csv && CHAP --config '$config'
+        cp '$input' data.csv &&
+	CHAP --config '$config'
     ]]></command>
     <inputs>
         <param type="data" name="config" format="yaml" />
         <param type="data" name="input" format="csv" />
     </inputs>
     <outputs>
-        <data name="output" format="csv" from_work_dir="data.out" />
+        <data name="output" format="csv" from_work_dir="data.out"/>
     </outputs>
     <tests>
         <test>