Mercurial > repos > ecology > tool_odv
comparison tool_odv.xml @ 5:418e44128024 draft
planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/ocean_data_view_manager commit bf6cd39b867fec1a8251ff9a4890f276799cdc0c
| author | ecology |
|---|---|
| date | Mon, 21 Jul 2025 15:55:08 +0000 |
| parents | 197286c1fcce |
| children | bdc969c006fe |
comparison
equal
deleted
inserted
replaced
| 4:197286c1fcce | 5:418e44128024 |
|---|---|
| 1 <tool id="tool_odv" name="ODV collection manager" version="@VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05" license="MIT"> | 1 <tool id="tool_odv" name="ODV collection manager" version="@VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05" license="MIT"> |
| 2 <description>tool for qualificiation and validation</description> | 2 <description>tool for qualificiation and validation</description> |
| 3 <macros> | 3 <macros> |
| 4 <token name="@VERSION@">1.2</token> | 4 <token name="@VERSION@">1.3</token> |
| 5 <token name="@VERSION_SUFFIX@">1</token> | 5 <token name="@VERSION_SUFFIX@">1</token> |
| 6 </macros> | 6 </macros> |
| 7 <requirements> | 7 <requirements> |
| 8 <container type="docker">easyqcvbgc/easy-qcv_odv-coll-manager_tool:@VERSION@</container> | 8 <container type="docker">easyqcvbgc/easy-qcv_odv-coll-manager_tool:oc@VERSION@</container> |
| 9 </requirements> | 9 </requirements> |
| 10 <command detect_errors="exit_code"><![CDATA[ | 10 <command detect_errors="exit_code"><![CDATA[ |
| 11 export HOME=\$PWD && | 11 export HOME=\$PWD && |
| 12 mkdir -p /runtime/config && | 12 mkdir -p /runtime/config && |
| 13 mkdir -p '/runtime/data-in-raw/' && | 13 mkdir -p '/runtime/data-in-raw/' && |
| 35 cp '${config_file}' '/runtime/config/config_user_odv_tool.yml' && | 35 cp '${config_file}' '/runtime/config/config_user_odv_tool.yml' && |
| 36 #end if | 36 #end if |
| 37 | 37 |
| 38 /app/launchers/start-app.sh && | 38 /app/launchers/start-app.sh && |
| 39 cp '/runtime/data-out/odv_collection.txt' '$output' && | 39 cp '/runtime/data-out/odv_collection.txt' '$output' && |
| 40 cp -r '/runtime/log/' './outputs/' && | |
| 40 | 41 |
| 41 cp -r '/runtime/data-out/' './outputs/' | 42 cp -r '/runtime/data-out/' './outputs/' |
| 42 ]]></command> | 43 ]]></command> |
| 43 <configfiles> | 44 <configfiles> |
| 44 <configfile name="config_file"> | 45 <configfile name="config_file"> |
| 121 <output name="output"> | 122 <output name="output"> |
| 122 <assert_contents> | 123 <assert_contents> |
| 123 <has_n_lines n="26363"/> | 124 <has_n_lines n="26363"/> |
| 124 </assert_contents> | 125 </assert_contents> |
| 125 </output> | 126 </output> |
| 126 <output_collection name="files" type="list" count="3"/> | 127 <output_collection name="files" type="list" count="6"/> |
| 127 </test> | 128 </test> |
| 128 <test expect_num_outputs="2"> | 129 <test expect_num_outputs="2"> |
| 129 <param name="input_raw" location="https://gitlab.com/pokapok-projects/easy-qcv-bgc/qcv-odv-tool/-/raw/7b3557c89438b7347c601d6959af354103b167a1/galaxy_tool/test-data/data_raw.nc"/> | 130 <param name="input_raw" location="https://gitlab.com/pokapok-projects/easy-qcv-bgc/qcv-odv-tool/-/raw/7b3557c89438b7347c601d6959af354103b167a1/galaxy_tool/test-data/data_raw.nc"/> |
| 130 <conditional name="config"> | 131 <conditional name="config"> |
| 131 <param name="type" value="yes"/> | 132 <param name="type" value="yes"/> |
| 137 <output name="output"> | 138 <output name="output"> |
| 138 <assert_contents> | 139 <assert_contents> |
| 139 <has_n_lines n="17952"/> | 140 <has_n_lines n="17952"/> |
| 140 </assert_contents> | 141 </assert_contents> |
| 141 </output> | 142 </output> |
| 142 <output_collection name="files" type="list" count="3"/> | 143 <output_collection name="files" type="list" count="6"/> |
| 143 </test> | 144 </test> |
| 144 </tests> | 145 </tests> |
| 145 <help><