Mercurial > repos > ximgchess > chap_test_20230411
comparison inference/chapmlaas.xml @ 128:0823bbfb0a78 draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4
author | ximgchess |
---|---|
date | Thu, 15 Jun 2023 19:21:58 +0000 |
parents | d8baf7dafbd8 |
children | 49985da419b8 |
comparison
equal
deleted
inserted
replaced
127:d8baf7dafbd8 | 128:0823bbfb0a78 |
---|---|
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> | |
5 <requirements> | 2 <requirements> |
6 <requirement type="package" version="2.28.2">requests</requirement> | 3 <requirement type="package" version="2.28.2">requests</requirement> |
7 <expand macro="chap-requirement" /> | 4 <requirement type="package" version="0.0.2">chessanalysispipeline</requirement> |
8 </requirements> | 5 </requirements> |
9 <command detect_errors="exit_code"><![CDATA[ | 6 <command detect_errors="exit_code"><![CDATA[ |
10 cp '$input' data.csv && | 7 cp '$input' data.csv && |
11 cp '$image' img.png && | 8 cp '$image' img.png && |
12 CHAP --config '$config' && | 9 CHAP --config '$config' && |
47 - writer.Writer: | 44 - writer.Writer: |
48 filename: preds.json | 45 filename: preds.json |
49 | 46 |
50 ]]></help> | 47 ]]></help> |
51 <citations> | 48 <citations> |
52 <expand macro="chap-citation" /> | 49 <citation type="bibtex"> |
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> | |
53 </citations> | 58 </citations> |
54 </tool> | 59 </tool> |