changeset 146:7dbd3cf49853 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 819e366e63ba35d3f50f8fc2bd163ce60293b59c-dirty
author ximgchess
date Mon, 26 Jun 2023 12:28:16 +0000
parents a6432394d254
children 24113e913212
files chapbook_demo/chapbook_demo.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/chapbook_demo/chapbook_demo.xml	Mon Jun 26 12:23:10 2023 +0000
+++ b/chapbook_demo/chapbook_demo.xml	Mon Jun 26 12:28:16 2023 +0000
@@ -1,4 +1,4 @@
-<tool id="CHAP_chapbook_demo" name="CHAPbook" version="@TOOL_VERSION@+galaxy0" python_template_version="@PYTHON_TEMPLATE_VERSION@" profile="@PROFILE@">
+<tool id="CHAP_chapbook_demo" name="CHAPbook" version="@TOOL_VERSION@+galaxy1" python_template_version="@PYTHON_TEMPLATE_VERSION@" profile="@PROFILE@">
   <macros>
     <import>../macros.xml</import>
   </macros>
@@ -11,7 +11,7 @@
   <command detect_errors="exit_code"><![CDATA[
       pip --exists-action i install certif-pyspec==1.5.3 &&
       cd '$indir' &&
-      CHAP --config '$config' &&
+      CHAP --config '$config'
 ]]></command>
   <environment_variables>
     <environment_variable name="PYTHONPATH">/home/chess_chapaas/chess/chap/</environment_variable>