소스 검색

fa extension is common too

Anthony Bretaudeau 7 년 전
부모
커밋
255960e2cc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tripal_chado/includes/TripalImporter/FASTAImporter.inc

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

@@ -21,7 +21,7 @@ class FASTAImporter extends TripalImporter {
   /**
    * An array containing the extensions of allowed file types.
    */
-  public static $file_types = array('fasta');
+  public static $file_types = array('fasta', 'fa');
 
 
   /**
@@ -936,4 +936,4 @@ class FASTAImporter extends TripalImporter {
     chado_query($sql, array(':feature_id' => $feature_id));
 
   }
-}
+}