0
|
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 Fetch data via FTP or HTTP and store them in your history.
|
|
18 Supported filetypes are: gz/gzip, rar. ZIP is supported with recurive extracting of specific filetypes.
|
|
19 </help>
|
|
20 </tool>
|