Browse Source

Formatting changes for loaders output text

spficklin 12 years ago
parent
commit
23f40ae194

+ 3 - 3
tripal_feature/includes/fasta_loader.inc

@@ -442,9 +442,9 @@ function tripal_feature_load_fasta($dfile, $organism_id, $type,
      print "A persistant connection was not obtained. Loading will be slow\n";
   }
   else {
-     print "\nNOTE: Loading of this FASTA file is performed using a database transaction. If the load " .
-           "fails or is terminated prematurely then the entire set of insertions/updates is rolled back " .
-           "and will not be found in the database\n\n";
+     print "\nNOTE: Loading of this FASTA file is performed using a database transaction. \n" .
+           "If the load fails or is terminated prematurely then the entire set of \n" .
+           "insertions/updates is rolled back and will not be found in the database\n\n";
   }
 
   // first get the type for this sequence

+ 3 - 3
tripal_feature/includes/gff_loader.inc

@@ -230,9 +230,9 @@ function tripal_feature_load_gff3($gff_file, $organism_id, $analysis_id,
      print "A persistant connection was not obtained. Loading will be slow\n";
   }
   else {
-  	 print "\nNOTE: Loading of this GFF file is performed using a database transaction. If the load " .
-  	       "fails or is terminated prematurely then the entire set of insertions/updates is rolled back " .
-  	       "and will not be found in the database\n\n";
+  	 print "\nNOTE: Loading of this GFF file is performed using a database transaction. \n" .
+  	       "If the load fails or is terminated prematurely then the entire set of \n" .
+  	       "insertions/updates is rolled back and will not be found in the database\n\n";
   }
 
   // check to see if the file is located local to Drupal