diff 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 diff
--- a/get_online_data/get_online_data.xml	Fri Sep 27 15:51:46 2013 -0400
+++ b/get_online_data/get_online_data.xml	Thu Apr 24 13:19:33 2014 -0400
@@ -6,8 +6,10 @@
       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."/> 
+      <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" />