Neeed to know protocol for annotation loading
[jalview.git] / src / jalview / gui / AlignFrame.java
index 48758cd..bb722a5 100755 (executable)
@@ -3287,7 +3287,7 @@ public void drop(DropTargetDropEvent evt)
       }
 
       boolean isAnnotation = new AnnotationFile().readAnnotationFile(viewport.
-          alignment, file);
+          alignment, file, protocol);
 
       if (!isAnnotation)
       {