Mercurial > repos > kls286 > chap_test_20230328
view chap.xml @ 17:7e483c79c86f draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit ce2473c98dd6335cc95f8b76db3933927f2a5c11
author | kls286 |
---|---|
date | Tue, 04 Apr 2023 16:37:27 +0000 |
parents | bca70009506d |
children |
line wrap: on
line source
<tool id="chap" name="CHESS Analysis Pipeline" version="0.1.0+galaxy0" python_template_version="3.5" profile="21.05"> <requirements> <requirement type="package" version="0.0.2">chessanalysispipeline</requirement> </requirements> <command detect_errors="exit_code"><![CDATA[ cp '$input' data.csv && CHAP --config '$config' ]]></command> <inputs> <param type="data" name="config" format="yaml" /> <param type="data" name="input" format="csv" /> </inputs> <outputs> <data name="output" format="csv" from_work_dir="data.out"/> </outputs> <tests> <test> <param name="config" value="config.yaml"/> <param name="input" value="data.csv"/> <output name="output" value="data.out"/> </test> </tests> <help><![CDATA[ usage: PROG [-h] [--config CONFIG] [--verbose] options: -h, --help show this help message and exit --config CONFIG Input configuration file --verbose verbose output ]]></help> <citations> <citation type="bibtex"> @misc{githubChessAnalysisPipeline, author = {LastTODO, FirstTODO}, year = {TODO}, title = {ChessAnalysisPipeline}, publisher = {GitHub}, journal = {GitHub repository}, url = {https://github.com/CHESSComputing/ChessAnalysisPipeline}, }</citation> </citations> </tool>