Mercurial > repos > ximgchess > chap_test_20230411
diff inference/chapmlaas.xml @ 127:d8baf7dafbd8 draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
author | ximgchess |
---|---|
date | Thu, 15 Jun 2023 19:08:58 +0000 |
parents | 47d2a1f087d1 |
children | 0823bbfb0a78 |
line wrap: on
line diff
--- a/inference/chapmlaas.xml Tue May 30 18:03:00 2023 +0000 +++ b/inference/chapmlaas.xml Thu Jun 15 19:08:58 2023 +0000 @@ -1,7 +1,10 @@ <tool id="CHAP_inference_demo" name="CHAP MLaaS" version="0.1.0+galaxy0" python_template_version="3.5" profile="21.05"> + <macros> + <import>../macros.xml</import> + </macros> <requirements> <requirement type="package" version="2.28.2">requests</requirement> - <requirement type="package" version="0.0.2">chessanalysispipeline</requirement> + <expand macro="chap-requirement" /> </requirements> <command detect_errors="exit_code"><![CDATA[ cp '$input' data.csv && @@ -46,14 +49,6 @@ ]]></help> <citations> - <citation type="bibtex"> -@misc{githubChessAnalysisPipeline, - author = {Kuznetsov, Valentin}, - year = {2023}, - title = {ChessAnalysisPipeline}, - publisher = {GitHub}, - journal = {GitHub repository}, - url = {https://github.com/CHESSComputing/ChessAnalysisPipeline}, -}</citation> + <expand macro="chap-citation" /> </citations> </tool>