Google
More docs on the ARB website.
See also index of helppages.
Last update on 04. Mar 2022 .
Main topics:
Related topics:

ARB WWW Queries

OCCURRENCE  

ARB_NT/Properties/WWW

 

DESCRIPTION  

The WWW-Interface can be used to search the Web for information taken from the ARB-Database.

Select a species and press the WWW button in the ARB_NTREE top area or choose the WWW mode and click on a species.

 

EXAMPLES  

Here are some search examples (URL-Entries):

Search in ARB-SILVA:
       "http://www.arb-silva.de/browser/ssu/";readdb(acc)
Search in EMBL:
       "http://www.ebi.ac.uk/ena/data/view/";readdb(acc)
Search the Web for full-name using google:
       "http://www.google.com/search?q=";readdb(full_name);|srt(": =+")"
Search wikipedia for group- or species-name:
       "http://en.wikipedia.org/wiki/Special:Search?search=";dd

The URL in fact is an ´ARB Command Interpreter (ACI)´ expression. The name of the item (e.g. species or group) is used as input and can be accessed using the 'dd' command (as shown in the last example). That name contains the content of the first found field out of "group_name", "full_name" and "name".

 

NOTES  

Look at the bottom line of the WWW configuration window and check out whether the command line there calls your preferred internet browser.

Generic methods:

xdg-open "$(URL)"
open "$(URL)"               (OSX)
 

WARNINGS  

We are not responsible for any content you retrieve by using this function. Use this at your own responsibility.

 

BUGS  

No bugs known