view get_online_data/get_online_data.xml @ 2:4254e2bd6bc0

Uploaded
author bgruening
date Sat, 11 May 2013 16:36:34 -0400
parents 92915059dd6b
children 1043c0bb5f77
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/Text" help="Here you may specify a list of URLs (one per line) or paste the contents of a file."/>
      <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."/> 
  </inputs>
  <outputs>
     <data format="txt" name="output" />
  </outputs>

  <help>
    Fetch data via FTP or HTTP and store them in your history.
    Supported filetypes are: gz/gzip, rar. ZIP is supported with recurive extracting of specific filetypes.
  </help>
</tool>