JAL-1095 - todo
authorjprocter <jprocter@compbio.dundee.ac.uk>
Mon, 14 May 2012 10:10:03 +0000 (11:10 +0100)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Mon, 14 May 2012 10:10:03 +0000 (11:10 +0100)
src/jalview/ws/dbsources/Xfam.java

index 031ef2e..8cde6d7 100644 (file)
@@ -47,6 +47,7 @@ public abstract class Xfam extends DbSourceProxyImpl
     // individual references to each sequence in each family alignment that's
     // retrieved.
     startQuery();
+    // TODO: trap HTTP 404 exceptions and return null
     AlignmentI rcds = new jalview.io.FormatAdapter().readFile(getXFAMURL()
             + queries.trim().toUpperCase(), jalview.io.FormatAdapter.URL,
             "STH");