aboutsummaryrefslogtreecommitdiff
path: root/examples/phenotype.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phenotype.scm')
-rwxr-xr-xexamples/phenotype.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phenotype.scm b/examples/phenotype.scm
index 3165f6e..2745e95 100755
--- a/examples/phenotype.scm
+++ b/examples/phenotype.scm
@@ -93,7 +93,7 @@
(let ((pmid (field
("IF(Publication.PubMed_ID IS NULL, '', CONVERT(Publication.PubMed_Id, INT))"
pmid)))
- (publication-id (field Publication Id)))
+ (publication-id (field Publication Id PublicationId)))
(if (string-null? pmid)
(string->identifier "unpublished"
(number->string publication-id))