Browse Source

Merge pull request #15 from srobb1/typo

fixed typo part=>parts in after fetching from upstream 7.x-1.x
Lacey-Anne Sanderson 8 years ago
parent
commit
a28e132eee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/blast_ui.api.inc

+ 1 - 1
api/blast_ui.api.inc

@@ -780,7 +780,7 @@ function convert_tsv2gff3($blast_tsv,$blast_gff){
     $q = $parts[0];
     $ss = $parts[8];
     $se = $parts[9];
-    $qs = $part[6];
+    $qs = $parts[6];
     $qe = $parts[7];
     $e = $parts[10];