aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2021-12-23 16:06:46 +0530
committerArun Isaac2021-12-23 16:06:46 +0530
commitfec97a075be8d5ceaaffa87e43da6fc71b80774d (patch)
tree63098d22993159c38f1a373cb8306b1f3172745d
parent80972dafee355609183476693ccc1b645007520c (diff)
downloadgn-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-xdump.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/dump.scm b/dump.scm
index 3e4456e..7c5c11f 100755
--- a/dump.scm
+++ b/dump.scm
@@ -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))