Mercurial > repos > ximgchess > chap_test_20230411
comparison 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 |
comparison
equal
deleted
inserted
replaced
126:ca285a3cc30b | 127:d8baf7dafbd8 |
---|---|
1 <tool id="CHAP_inference_demo" name="CHAP MLaaS" version="0.1.0+galaxy0" python_template_version="3.5" profile="21.05"> | 1 <tool id="CHAP_inference_demo" name="CHAP MLaaS" version="0.1.0+galaxy0" python_template_version="3.5" profile="21.05"> |
2 <macros> | |
3 <import>../macros.xml</import> | |
4 </macros> | |
2 <requirements> | 5 <requirements> |
3 <requirement type="package" version="2.28.2">requests</requirement> | 6 <requirement type="package" version="2.28.2">requests</requirement> |
4 <requirement type="package" version="0.0.2">chessanalysispipeline</requirement> | 7 <expand macro="chap-requirement" /> |
5 </requirements> | 8 </requirements> |
6 <command detect_errors="exit_code"><![CDATA[ | 9 <command detect_errors="exit_code"><![CDATA[ |
7 cp '$input' data.csv && | 10 cp '$input' data.csv && |
8 cp '$image' img.png && | 11 cp '$image' img.png && |
9 CHAP --config '$config' && | 12 CHAP --config '$config' && |
44 - writer.Writer: | 47 - writer.Writer: |
45 filename: preds.json | 48 filename: preds.json |
46 | 49 |
47 ]]></help> | 50 ]]></help> |
48 <citations> | 51 <citations> |
49 <citation type="bibtex"> | 52 <expand macro="chap-citation" /> |
50 @misc{githubChessAnalysisPipeline, | |
51 author = {Kuznetsov, Valentin}, | |
52 year = {2023}, | |
53 title = {ChessAnalysisPipeline}, | |
54 publisher = {GitHub}, | |
55 journal = {GitHub repository}, | |
56 url = {https://github.com/CHESSComputing/ChessAnalysisPipeline}, | |
57 }</citation> | |
58 </citations> | 53 </citations> |
59 </tool> | 54 </tool> |