From fec97a075be8d5ceaaffa87e43da6fc71b80774d Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 23 Dec 2021 16:06:46 +0530 Subject: Remove duplicate predicates for gn:phenotype. * dump.scm (dump-phenotype): Remove duplicate predicates gn:prePublicationDescription and gn:postPublicationDescription. --- dump.scm | 2 -- 1 file changed, 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)) -- cgit v1.2.3