JAL-1705 javadoc
authorJim Procter <jprocter@issues.jalview.org>
Sun, 28 Jun 2015 16:14:46 +0000 (17:14 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Sun, 28 Jun 2015 16:14:46 +0000 (17:14 +0100)
src/jalview/ext/ensembl/SeqFetcher.java

index 95a990d..b246d0d 100644 (file)
@@ -138,6 +138,14 @@ public class SeqFetcher
     { new BasicNameValuePair("type", arg) });
   }
 
+  /**
+   * return a reader to a Fasta response from the Ensembl sequence endpoint
+   * 
+   * @param returnType
+   * @param ids
+   * @return
+   * @throws IOException
+   */
   public FileParse getSequenceReader(EnsemblSeqType returnType,
           List<String> ids) throws IOException
   {
@@ -218,4 +226,5 @@ public class SeqFetcher
     FileParse fp = new FileParse(reader, url.toString(), "HTTP_POST");
     return fp;
   }
+
 }