소스 검색

Update tripal_chado/includes/TripalImporter/FASTAImporter.inc

I think so too! Forgot to come back to this after I raised the question. Thank you!

Co-Authored-By: bradfordcondon <bradford.condon@gmail.com>

Lacey-Anne Sanderson 6 년 전
부모
커밋
c8a207baef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tripal_chado/includes/TripalImporter/FASTAImporter.inc

+ 1 - 1
tripal_chado/includes/TripalImporter/FASTAImporter.inc

@@ -535,7 +535,7 @@ class FASTAImporter extends TripalImporter {
         }
 
         // Get the relationship subject
-         $subject = $name ? $name : $uname;
+         $subject = $uname ? $uname : "";
         if (!empty($re_subject)) {
           preg_match("/$re_subject/", $line, $matches);
           $subject = trim($matches[1]);