Mercurial > repos > ximgchess > chap_test_20230411
comparison chapbook_demo/chapbook_demo.xml @ 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 |
comparison
equal
deleted
inserted
replaced
145:a6432394d254 | 146:7dbd3cf49853 |
---|---|
1 <tool id="CHAP_chapbook_demo" name="CHAPbook" version="@TOOL_VERSION@+galaxy0" python_template_version="@PYTHON_TEMPLATE_VERSION@" profile="@PROFILE@"> | 1 <tool id="CHAP_chapbook_demo" name="CHAPbook" version="@TOOL_VERSION@+galaxy1" python_template_version="@PYTHON_TEMPLATE_VERSION@" profile="@PROFILE@"> |
2 <macros> | 2 <macros> |
3 <import>../macros.xml</import> | 3 <import>../macros.xml</import> |
4 </macros> | 4 </macros> |
5 <requirements> | 5 <requirements> |
6 <expand macro="chap-requirement" /> | 6 <expand macro="chap-requirement" /> |
9 <requirement type="package" version="1.10.7">pydantic</requirement> | 9 <requirement type="package" version="1.10.7">pydantic</requirement> |
10 </requirements> | 10 </requirements> |
11 <command detect_errors="exit_code"><![CDATA[ | 11 <command detect_errors="exit_code"><![CDATA[ |
12 pip --exists-action i install certif-pyspec==1.5.3 && | 12 pip --exists-action i install certif-pyspec==1.5.3 && |
13 cd '$indir' && | 13 cd '$indir' && |
14 CHAP --config '$config' && | 14 CHAP --config '$config' |
15 ]]></command> | 15 ]]></command> |
16 <environment_variables> | 16 <environment_variables> |
17 <environment_variable name="PYTHONPATH">/home/chess_chapaas/chess/chap/</environment_variable> | 17 <environment_variable name="PYTHONPATH">/home/chess_chapaas/chess/chap/</environment_variable> |
18 </environment_variables> | 18 </environment_variables> |
19 <inputs> | 19 <inputs> |