comparison chap.xml @ 6:36fdccb7d343 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 1401a7e1ae007a6bda260d147f9b879e789b73e0-dirty
author kls286
date Tue, 28 Mar 2023 15:53:16 +0000
parents 72b3a448b067
children cc597d6571bc
comparison
equal deleted inserted replaced
5:72b3a448b067 6:36fdccb7d343
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 <requirement type="package" version="0.0.1">ChessAnalysisPipeline</requirement> 3 <requirement type="package" version="0.0.1">ChessAnalysisPipeline</requirement>
4 </requirements> 4 </requirements>
5 <command detect_errors="exit_code"><![CDATA[ 5 <command detect_errors="exit_code"><![CDATA[
6 pwd && cp '$input' data.csv && ./scripts/CHAP --config '$config' 6 cp '$input' data.csv && $__tool_directory__/scripts/CHAP --config '$config'
7 ]]></command> 7 ]]></command>
8 <inputs> 8 <inputs>
9 <param type="data" name="config" format="yaml" /> 9 <param type="data" name="config" format="yaml" />
10 <param type="data" name="input" format="csv" /> 10 <param type="data" name="input" format="csv" />
11 </inputs> 11 </inputs>