diff options
author | Arun Isaac | 2021-12-23 16:06:46 +0530 |
---|---|---|
committer | Arun Isaac | 2021-12-23 16:06:46 +0530 |
commit | fec97a075be8d5ceaaffa87e43da6fc71b80774d (patch) | |
tree | 63098d22993159c38f1a373cb8306b1f3172745d | |
parent | 80972dafee355609183476693ccc1b645007520c (diff) | |
download | gn-transform-databases-fec97a075be8d5ceaaffa87e43da6fc71b80774d.tar.gz |
Remove duplicate predicates for gn:phenotype.
* dump.scm (dump-phenotype): Remove duplicate predicates
gn:prePublicationDescription and gn:postPublicationDescription.
-rwxr-xr-x | dump.scm | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -300,8 +300,6 @@ ALIST field-name) forms." (set gn:prePublicationDescription (field Phenotype Pre_publication_description)) (set gn:postPublicationDescription (field Phenotype Post_publication_description)) (set gn:originalDescription (field Phenotype Original_description)) - (set gn:prePublicationDescription (field Phenotype Pre_publication_abbreviation)) - (set gn:postPublicationDescription (field Phenotype Post_publication_abbreviation)) (set gn:labCode (field Phenotype Lab_code)) (set gn:submitter (field Phenotype Submitter)) (set gn:owner (field Phenotype Owner)) |