X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fio%2Fgff%2FExonerateHelper.java;h=f7805fdd4a2cba9abc2f4ed42264babd63a24fee;hb=0b8abe58b934e03c34575b06d532a99f0ba70196;hp=e37386177be417510aaae8d2982140258ae3c720;hpb=8f920d337154e092f5f9056ffde3cdf2735eca43;p=jalview.git diff --git a/src/jalview/io/gff/ExonerateHelper.java b/src/jalview/io/gff/ExonerateHelper.java index e373861..f7805fd 100644 --- a/src/jalview/io/gff/ExonerateHelper.java +++ b/src/jalview/io/gff/ExonerateHelper.java @@ -41,7 +41,7 @@ public class ExonerateHelper extends Gff2Helper * * @param seq * the sequence with which this feature is associated - * @param sf + * @param gffColumns * the sequence feature with ATTRIBUTES property containing any * additional attributes * @param align @@ -167,7 +167,7 @@ public class ExonerateHelper extends Gff2Helper mapToSequence); /* - * exonerate GFF has the strand of the target in column 7 rather + * exonerate GFF has the strand of the target in column 7 * (differs from GFF3 which has it in the Target descriptor) */ String strand = gff[STRAND_COL]; @@ -304,7 +304,7 @@ public class ExonerateHelper extends Gff2Helper * Tests whether the GFF data looks like it was generated by exonerate, and is * a format we are willing to handle * - * @param sf + * @param columns * @return */ public static boolean recognises(String[] columns)