annotate saxswaxs/reduce.xml @ 23:530ccdd4cb8c draft

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