diff chap.xml @ 9:cc597d6571bc draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 9b179e6d8333851ea75448356f72c2f03157db8f-dirty
author kls286
date Wed, 29 Mar 2023 17:40:12 +0000
parents 36fdccb7d343
children 7cc954f15149
line wrap: on
line diff
--- a/chap.xml	Tue Mar 28 19:28:02 2023 +0000
+++ b/chap.xml	Wed Mar 29 17:40:12 2023 +0000
@@ -1,9 +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>
+      <requirement type="package" version="0.0.2">chessanalysispipeline</requirement>
     </requirements>
     <command detect_errors="exit_code"><![CDATA[
-        cp '$input' data.csv && $__tool_directory__/scripts/CHAP --config '$config'
+        cp '$input' data.csv && CHAP --config '$config'
     ]]></command>
     <inputs>
         <param type="data" name="config" format="yaml" />