Bläddra i källkod

logging + remove osx temp files

Anthony Bretaudeau 7 år sedan
förälder
incheckning
b708f849a0

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+.DS_Store

+ 2 - 1
tripal/api/tripal.importer.api.inc

@@ -109,6 +109,7 @@ function tripal_run_importer($import_id, TripalJob $job = NULL) {
     tripal_run_importer_post_run($loader, $job);
 
     // Check for tables with new cvterms
+    print "Remapping Chado Controlled vocabularies to Tripal Terms...";
     tripal_chado_map_cvterms();
 
     // Check for new fields and notify the user.
@@ -145,7 +146,7 @@ function tripal_run_importer_run($loader, $job) {
     $loader->run();
 
     if ($job) {
-      $job->logMessage("\nDone importing");
+      $job->logMessage("\nDone.\n");
     }
 
     // Remove the temp file

+ 1 - 2
tripal_chado/includes/tripal_chado.mapping.inc

@@ -14,7 +14,6 @@ function tripal_chado_map_cvterms() {
 
     // Iterate through the referring tables to see what records are there.
     foreach ($base_tables as $tablename) {
-      print "Examining $tablename...\n";
       $ref_schema = chado_get_schema($tablename);
       $fkeys = $ref_schema['foreign keys'];
       if (!isset($fkeys['cvterm']['columns'])) {
@@ -126,4 +125,4 @@ function tripal_chado_add_cvterm_mapping($cvterm_id, $tablename, $chado_field) {
     ->execute()
     ;
   }
-}
+}

BIN
tripal_ds/theme/fonts/font-awesome-4.7.0/.DS_Store


BIN
tripal_ws/.DS_Store