Browse Source

fixed typo part=>parts in after fetching from upstream 7.x-1.x

Robb, Sofia 8 years ago
parent
commit
52a7ed8b0f
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];