Age | Commit message (Expand) | Author |
2021-12-01 | Do not link inbred-set to mapping-method.•••Not all inbred sets have a mapping method, and the mapping method of
the inbred set has, so far, not been used anywhere.
* dump.scm (mapping-method-name->id, dump-mapping-method): Mark as
unused.
(dump-inbred-set): Do not link inbred-set to mapping-method.
| Arun Isaac |
2021-12-01 | Allow N/A avg method.•••* dump.scm (dump-avg-method): Allow N/A in name.
(dump-info-files): Allow N/A in avg-method-name.
(avg-method-name->id): Replace / with _.
| Arun Isaac |
2021-12-01 | Remove gn:geoSeries when value starts with "No Geo Series...".•••* dump.scm (dump-info-files): Remove gn:geoSeries when value starts
with "No Geo Series...".
| Arun Isaac |
2021-12-01 | In the gn: prefix, use http instead of https.•••* dump.scm: In the gn:prefix, use http instead of https.
| Arun Isaac |
2021-12-01 | Remove unrequired rdfs: prefix.•••* dump.scm: Remove rdfs: prefix.
| Arun Isaac |
2021-11-11 | Fix unbalanced parentheses.•••Parentheses became unbalanced due to my careless git use.
* dump.scm: Fix unbalanced parentheses.
| Arun Isaac |
2021-09-14 | Dump InfoFiles.•••* dump.scm (dump-info-files): New function.
[main]: Call dump-info-files.
| Arun Isaac |
2021-09-14 | Abstract out deleting substrings.•••* dump.scm (delete-substrings): New function.
(dump-publication): Replace string-replace-substring with
delete-substrings.
| Arun Isaac |
2021-09-14 | Do not define sub-properties of rdfs:label.•••* dump.scm (dump-publication, dump-tissue): Do not define any property
to be a sub-property of rdfs:label.
| Arun Isaac |
2021-09-14 | Dump GeneChip.•••* dump.scm (gene-chip-name->id, dump-gene-chip): New functions.
[main]: Call dump-gene-chip.
| Arun Isaac |
2021-09-14 | Dump AvgMethod.•••* dump.scm (avg-method-name->id, dump-avg-method): New functions.
[main]: Call dump-avg-method.
| Arun Isaac |
2021-09-14 | Delete unused camel->kebab function.•••* dump.scm (camel->kebab): Delete function.
| Arun Isaac |
2021-09-09 | Dump Investigators.•••* dump.scm (fix-email-id, investigator-email->id, dump-investigators):
New functions.
Invoke dump-investigators.
| Arun Isaac |
2021-09-09 | Dump Tissue.•••* dump.scm (tissue-short-name->id, dump-tissue): New functions.
Invoke dump-tissue.
| Arun Isaac |
2021-09-09 | Add foaf prefix.•••* dump.scm: Add foaf prefix.
| Arun Isaac |
2021-09-09 | Abstract out prefix entries.•••* dump.scm (prefix): New function.
Use prefix.
| Arun Isaac |
2021-08-27 | Initial commit | Arun Isaac |