diff options
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/phenotype.scm | 2 |
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)) |