Explorar o código

allow many extensions

bradfordcondon %!s(int64=7) %!d(string=hai) anos
pai
achega
fd32bab7a9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tripal_chado/includes/TripalImporter/FASTAImporter.inc

+ 1 - 1
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', 'txt', 'fa', 'aa', 'pep', 'nuc');
 
 
   /**