Browse Source

update to comment

Stephen Ficklin 4 years ago
parent
commit
bd50a96563
1 changed files with 3 additions and 3 deletions
  1. 3 3
      tripal_chado/includes/TripalImporter/OBOImporter.inc

+ 3 - 3
tripal_chado/includes/TripalImporter/OBOImporter.inc

@@ -163,9 +163,9 @@ class OBOImporter extends TripalImporter {
 
   /**
    * Holds the idspace elements from the header. These will correspond
-   * to individual CVs that many belong to the same namespace. For
-   * example, the EDAM vocabulary has a namespace of EDAM but several
-   * id spaces: format, data, operation and topic.
+   * to the accession prefixes, or short names (e.g. GO) for the terms. For
+   * example, the EDAM vocabulary has several id spaces:
+   * format, data, operation and topic.
    */
   private $idspaces = [];