annotate saxswaxs/reduce.xml @ 137:0bd8fb3aae96 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 85285b9b70eaf7c5db051ed50b000339023ccdf2-dirty
author ximgchess
date Tue, 20 Jun 2023 18:13:36 +0000
parents 49985da419b8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
133
49985da419b8 planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 85285b9b70eaf7c5db051ed50b000339023ccdf2-dirty
ximgchess
parents: 132
diff changeset
1 <tool id="CHAP_saxswaxs_reduce" name="SAXSWAXS Reduce Map" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" python_template_version="@PYTHON_TEMPLATE_VERSION@" profile="@PROFILE@">
132
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
2 <macros>
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
3 <import>../macros.xml</import>
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
4 </macros>
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
5 <requirements>
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
6 <expand macro="chap-requirement" />
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
7 <requirement type="package" version="1.0.1">nexusformat</requirement>
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
8 <requirement type="package" version="2023.3.0">pyfai</requirement>
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
9 <requirement type="package" version="1.10.7">pydantic</requirement>
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
10 </requirements>
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
11 <command detect_errors="exit_code"><![CDATA[
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
12 pip --exists-action i install certif-pyspec==1.5.3 &&
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
13 cp '$mapconfig' map.yaml &&
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
14 cp '$integrationconfig' integration.yaml &&
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
15 CHAP --config '$__tool_directory__/pipeline.yaml'
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
16 ]]></command>
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
17 <inputs>
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
18 <param type="data" name="mapconfig" format="yaml" />
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
19 <param type="data" name="integrationconfig" format="yaml" />
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
20 </inputs>
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
21 <outputs>
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
22 <data name="reduceddata" label="Map of reduced data" format="nex" from_work_dir="map_reduceddata.nxs"/>
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
23 </outputs>
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
24 <tests>
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
25 <test>
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
26 <param name="mapconfig" value="map.yaml"/>
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
27 <param name="integrationconfig" value="integration.yaml"/>
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
28 <output name="reduceddata" value="map_reduceddata.nxs"/>
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
29 </test>
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
30 </tests>
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
31 <help><![CDATA[
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
32 usage: PROG [-h] [--config CONFIG] [--verbose]
0
47d2a1f087d1 planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff changeset
33
47d2a1f087d1 planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff changeset
34 options:
137
0bd8fb3aae96 planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 85285b9b70eaf7c5db051ed50b000339023ccdf2-dirty
ximgchess
parents: 133
diff changeset
35 -h, --help show this help message and exit
0bd8fb3aae96 planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 85285b9b70eaf7c5db051ed50b000339023ccdf2-dirty
ximgchess
parents: 133
diff changeset
36 --config CONFIG Input configuration file
0bd8fb3aae96 planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 85285b9b70eaf7c5db051ed50b000339023ccdf2-dirty
ximgchess
parents: 133
diff changeset
37 --verbose verbose output
0
47d2a1f087d1 planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff changeset
38
132
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
39 ]]></help>
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
40 <citations>
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
41 <expand macro="chap-citation" />
81838550bb4d planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit dfe15e79689bca8ddcd843f9cf47eff29f6ee2e4-dirty
ximgchess
parents: 131
diff changeset
42 </citations>
0
47d2a1f087d1 planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit fe909397cd829fe9a784a810d0264ab1751ae090-dirty
ximgchess
parents:
diff changeset
43 </tool>