Friday, February 12, 2010

Update of the Web Service Annotate3D

The Web Service Annotate3D has been updated. Using the "pdbid" option, it can download data directly from the Protein Data Bank. To do so, the "data" option of the Java client has to be equal to "-". The Java client has been updated, you can download it here.

Example of usage:
java -jar client.jar ws=annotate3d data=- pdbid=1HR2

You can also use command-line tools like wget (Linux) or curl (MacOSX):
wget -q -O - "http://paradise-ibmc.u-strasbg.fr/webservices/annotate3d?pdbid=1HR2"
curl -s -o - "http://paradise-ibmc.u-strasbg.fr/webservices/annotate3d?pdbid=1HR2"


or your favorite Web Browser by typing web adresses like:
http://paradise-ibmc.u-strasbg.fr/webservices/annotate3d?pdbid=1HR2

0 comments:

Post a Comment