*
* @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
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];
* 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)