JAL-2743 class Javadoc
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 26 Apr 2019 13:53:42 +0000 (14:53 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Fri, 26 Apr 2019 13:53:42 +0000 (14:53 +0100)
src/jalview/ext/ensembl/EnsemblMap.java

index f01bd4f..b1c9d86 100644 (file)
@@ -19,6 +19,18 @@ import org.json.simple.JSONObject;
 import org.json.simple.parser.JSONParser;
 import org.json.simple.parser.ParseException;
 
+/**
+ * A client for the Ensembl REST service /map endpoint, to convert from
+ * coordinates of one genome assembly to another.
+ * <p>
+ * Note that species and assembly identifiers passed to this class must be valid
+ * in Ensembl. They are not case sensitive.
+ * 
+ * @author gmcarstairs
+ * @see https://rest.ensembl.org/documentation/info/assembly_map
+ * @see https://rest.ensembl.org/info/assembly/human?content-type=text/xml
+ * @see https://rest.ensembl.org/info/species?content-type=text/xml
+ */
 public class EnsemblMap extends EnsemblRestClient
 {
   private static final String MAPPED = "mapped";