Browse Source

Just some text changes in output in fasta loader

spficklin 12 năm trước cách đây
mục cha
commit
321be0281a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tripal_feature/includes/fasta_loader.inc

+ 1 - 1
tripal_feature/includes/fasta_loader.inc

@@ -568,7 +568,7 @@ function tripal_feature_load_fasta($dfile, $organism_id, $type,
   
   // commit the transaction
   tripal_db_commit_transaction();
-  print "Done\n";
+  print "\nDone\n";
 }
 
 /**