view get_online_data/get_online_data.xml @ 5:c2055dd1927b draft default tip

Uploaded
author bgruening
date Thu, 24 Apr 2014 13:19:33 -0400
parents f653fd06f055
children
line wrap: on
line source

<tool id="ctb_online_data_fetch" name="Online data" version="0.2">
  <description>
    fetching ...
  </description>
  <command interpreter="python">
      get_online_data.py "$url_paste" $output $whitelist
  </command>
  <inputs>
      <param name="url_paste" type="text" area="true" size="5x55" label="URL" help="Here you may specify a list of URLs (one per line)."/>
      <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. (default: sdf, mol, smi, inchi). Every line one extension."/> 
  </inputs>
  <outputs>
     <data format="txt" name="output" />
  </outputs>

  <help>

.. class:: infomark

**What this tool does**

Fetch data via FTP or HTTP and store them in your history.

-----

.. class:: infomark

**Input**

Supported filetypes are:
	- gz/gzip
	- rar

ZIP is supported with recursive extracting of specific filetypes.

  </help>
</tool>