X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fapi%2FAlignViewControllerI.java;h=fef9f1469344495a8f09570aefe80ec3be415dfb;hb=604a94b849bcf1ddb14407418a465c9d134cd6ab;hp=235a656db81b761ee6ee8786dec943553c950581;hpb=ad15cff29620f960119f80176f1fd443da9f6763;p=jalview.git diff --git a/src/jalview/api/AlignViewControllerI.java b/src/jalview/api/AlignViewControllerI.java index 235a656..fef9f14 100644 --- a/src/jalview/api/AlignViewControllerI.java +++ b/src/jalview/api/AlignViewControllerI.java @@ -76,4 +76,17 @@ public interface AlignViewControllerI */ void sortAlignmentByFeatureDensity(String[] typ); + /** + * add a features file of some kind to the current view + * + * @param file + * @param protocol + * @param relaxedIdMatching + * if true, try harder to match up IDs with local sequence data + * @return true if parsing resulted in something being imported to the view or + * dataset + */ + public boolean parseFeaturesFile(String file, String protocol, + boolean relaxedIdMatching); + }