comparison get_online_data/get_online_data.xml @ 0:f653fd06f055 draft

Uploaded
author bgruening
date Thu, 15 Aug 2013 03:23:17 -0400
parents
children c2055dd1927b
comparison
equal deleted inserted replaced
-1:000000000000 0:f653fd06f055
1 <tool id="ctb_online_data_fetch" name="Online data" version="0.2">
2 <description>
3 fetching ...
4 </description>
5 <command interpreter="python">
6 get_online_data.py "$url_paste" $output $whitelist
7 </command>
8 <inputs>
9 <param name="url_paste" type="text" area="true" size="5x55" label="URL/Text" help="Here you may specify a list of URLs (one per line) or paste the contents of a file."/>
10 <param name="whitelist" type="text" area="true" size="10x20" label="Whitlist of filename extensions" help="Please specify a list of file extensions witch should be extracted, for example sdf, mol, smi. Every line one extension."/>
11 </inputs>
12 <outputs>
13 <data format="txt" name="output" />
14 </outputs>
15
16 <help>
17
18 .. class:: infomark
19
20 **What this tool does**
21
22 Fetch data via FTP or HTTP and store them in your history.
23
24 -----
25
26 .. class:: infomark
27
28 **Input**
29
30 Supported filetypes are:
31 - gz/gzip
32 - rar
33
34 ZIP is supported with recursive extracting of specific filetypes.
35
36 </help>
37 </tool>