Seraff/blasto

blast_to_gff.rb: split the name of the file by the first dot, not the last one

Opened this issue · 0 comments

The resulting GFF filename is produced using splitting by a dot before the extension. But this doesn't work when filename contains more than one dot. In this case, the program splits the name by the first of them, which is not correct.