annotate saxswaxs.xml @ 15:c01900e93daa draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
author kls286
date Thu, 30 Mar 2023 14:38:19 +0000
parents
children 41d29b50d9ca
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
1 <tool id="saxswaxs-test" name="SAXSWAXS Demo Pipeline" version="0.1.0+galaxy0" python_template_version="3.5" profile="21.05">
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
2 <requirements>
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
3 <requirement type="package" version="0.0.2">chessanalysispipeline</requirement>
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
4 <requirement type="package" version="2023.3.0">pyfai</requirement>
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
5 </requirements>
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
6 <command detect_errors="exit_code"><![CDATA[
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
7 cp '$mapconfig' map.yaml &&
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
8 cp '$integrationconfig' integration.yaml &&
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
9 cp '$__tool_directory__/saxswaxs-config/pipeline.yaml' saxswaxs-pipeline.yaml &&
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
10 CHAP --config saxswaxs-pipeline.yaml
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
11 ]]></command>
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
12 <inputs>
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
13 <param type="data" name="mapconfig" format="yaml" />
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
14 <param type="data" name="integrationconfig" format="yaml" />
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
15 </inputs>
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
16 <outputs>
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
17 <data name="specdata" label="Map of SPEC data" format="nex" from_work_dir="map_specdata.nxs"/>
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
18 <data name="reduceddata" label="Map of reduced data" format="nex" from_work_dir="map_reduceddata.nxs"/>
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
19 </outputs>
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
20 <tests>
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
21 <test>
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
22 <param name="mapconfig" value="saxswaxs-config/map.yaml"/>
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
23 <param name="integrationconfig" value="saxswaxs-config/integration.yaml"/>
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
24 <output name="specdata" value="map_specdata.nxs"/>
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
25 <output name="reduceddata" value="map_reduceddata.nxs"/>
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
26 </test>
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
27 </tests>
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
28 <help><![CDATA[
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
29 usage: PROG [-h] [--config CONFIG] [--verbose]
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
30
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
31 options:
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
32 -h, --help show this help message and exit
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
33 --config CONFIG Input configuration file
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
34 --verbose verbose output
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
35
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
36 ]]></help>
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
37 <citations>
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
38 <citation type="bibtex">
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
39 @misc{githubChessAnalysisPipeline,
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
40 author = {LastTODO, FirstTODO},
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
41 year = {TODO},
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
42 title = {CHAPSAXSWAXSdemo},
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
43 publisher = {GitHub},
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
44 journal = {GitHub repository},
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
45 url = {https://github.com/CHESSComputing/ChessAnalysisPipeline},
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
46 }</citation>
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
47 </citations>
c01900e93daa planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline/tree/galaxy commit 52e0f071d66addeaabb3b5ad28bb4734b6f7cece-dirty
kls286
parents:
diff changeset
48 </tool>