changeset 2:0724b6692868 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 1401a7e1ae007a6bda260d147f9b879e789b73e0-dirty
author kls286
date Tue, 28 Mar 2023 15:28:45 +0000
parents 1016ae8f31ec
children 1cf636a22185
files chap.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/chap.xml	Tue Mar 28 15:16:40 2023 +0000
+++ b/chap.xml	Tue Mar 28 15:28:45 2023 +0000
@@ -1,8 +1,9 @@
 <tool id="chap" name="CHESS Analysis Pipeline" version="0.1.0+galaxy0" python_template_version="3.5" profile="21.05">
     <requirements>
+      <requirement type="package" version="0.0.1">ChessAnalysisPipeline</requirement>
     </requirements>
     <command detect_errors="exit_code"><![CDATA[
-        cp '$input' data.csv && CHAP/runner.py --config '$config'
+        cp '$input' data.csv && CHAP --config '$config'
     ]]></command>
     <inputs>
         <param type="data" name="config" format="yaml" />