Mercurial > repos > kls286 > chap_test_20230328
comparison chap.xml @ 1:1016ae8f31ec draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 1401a7e1ae007a6bda260d147f9b879e789b73e0-dirty
author | kls286 |
---|---|
date | Tue, 28 Mar 2023 15:16:40 +0000 |
parents | cbbe42422d56 |
children | 0724b6692868 |
comparison
equal
deleted
inserted
replaced
0:cbbe42422d56 | 1:1016ae8f31ec |
---|---|
1 <tool id="chap" name="CHESS Analysis Pipeline" version="0.1.0+galaxy0" python_template_version="3.5" profile="21.05"> | 1 <tool id="chap" name="CHESS Analysis Pipeline" version="0.1.0+galaxy0" python_template_version="3.5" profile="21.05"> |
2 <requirements> | 2 <requirements> |
3 </requirements> | 3 </requirements> |
4 <command detect_errors="exit_code"><![CDATA[ | 4 <command detect_errors="exit_code"><![CDATA[ |
5 cp '$input' data.csv && runner.py --config '$config' | 5 cp '$input' data.csv && CHAP/runner.py --config '$config' |
6 ]]></command> | 6 ]]></command> |
7 <inputs> | 7 <inputs> |
8 <param type="data" name="config" format="yaml" /> | 8 <param type="data" name="config" format="yaml" /> |
9 <param type="data" name="input" format="csv" /> | 9 <param type="data" name="input" format="csv" /> |
10 </inputs> | 10 </inputs> |