Mercurial > repos > ximgchess > chap_test_20230411
comparison chap/chap.xml @ 0:47d2a1f087d1 draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
author | ximgchess |
---|---|
date | Tue, 11 Apr 2023 14:41:16 +0000 |
parents | |
children | d8baf7dafbd8 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:47d2a1f087d1 |
---|---|
1 <tool id="CHAP_test" name="CHESS Analysis Pipeline" version="0.1.0+galaxy0" python_template_version="3.5" profile="21.05"> | |
2 <requirements> | |
3 <requirement type="package" version="0.0.2">ChessAnalysisPipeline</requirement> | |
4 </requirements> | |
5 <command detect_errors="exit_code"><![CDATA[ | |
6 cp '$input' data.csv && | |
7 CHAP --config '$config' && | |
8 ]]></command> | |
9 <inputs> | |
10 <param type="data" name="config" format="yaml" /> | |
11 <param type="data" name="input" format="csv" /> | |
12 </inputs> | |
13 <outputs> | |
14 <data name="output" format="json" /> | |
15 </outputs> | |
16 <tests> | |
17 <test> | |
18 <param name="config" value="config.yaml"/> | |
19 <param name="input" value="data.csv"/> | |
20 </test> | |
21 </tests> | |
22 <help><![CDATA[ | |
23 CHESS Analysis Pipeline (CHAP): | |
24 | |
25 To run it on command line you'll use: | |
26 CHAP --config CONFIG | |
27 | |
28 To run it within galaxy you'll only need to upload your | |
29 required configuration pipeline and necessary data. | |
30 ]]></help> | |
31 <citations> | |
32 <citation type="bibtex"> | |
33 @misc{githubChessAnalysisPipeline, | |
34 author = {LastTODO, FirstTODO}, | |
35 year = {TODO}, | |
36 title = {ChessAnalysisPipeline}, | |
37 publisher = {GitHub}, | |
38 journal = {GitHub repository}, | |
39 url = {https://github.com/CHESSComputing/ChessAnalysisPipeline}, | |
40 }</citation> | |
41 </citations> | |
42 </tool> |