Skip to content

Commit 6155153

Browse files
authored
send title information from the OneStop4All to Galaxy (#193)
* send title from OneStop4All to give data in Galaxy proper name * change version
1 parent b967cf6 commit 6155153

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<tool id="nfdi4earth_os4a" name="NFDI4Earth OneStop4All Importer" tool_type="data_source" version="1.0" profile="20.09">
1+
<tool id="nfdi4earth_os4a" name="NFDI4Earth OneStop4All Importer" tool_type="data_source" version="1.1" profile="20.09">
22
<description>downloads content via NFDI4Earth's OS4A search user interface</description>
33
<command><![CDATA[
44
python '$__tool_directory__/data_source.py' '$output' $__app__.config.output_size_limit
@@ -8,8 +8,11 @@
88
<param name="tool_id" type="hidden" value="nfdi4earth_os4a" />
99
<param name="sendToGalaxy" type="hidden" value="1" />
1010
</inputs>
11+
<request_param_translation>
12+
<request_param galaxy_name="title" remote_name="data_title" missing="unknown title" />
13+
</request_param_translation>
1114
<outputs>
12-
<data name="output" format="auto" label="OneStop4All Resource"/>
15+
<data name="output" format="auto" label="${title}"/>
1316
</outputs>
1417
<options sanitize="False" refresh="True"/>
1518
</tool>

0 commit comments

Comments
 (0)