diff options
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/dump-phenotype.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/dump-phenotype.scm b/examples/dump-phenotype.scm index 19a8892..f73f19f 100755 --- a/examples/dump-phenotype.scm +++ b/examples/dump-phenotype.scm @@ -153,9 +153,8 @@ ("pubmed:" "<http://rdf.ncbi.nlm.nih.gov/pubmed/>"))) (inputs (list - ;; dump-publishfreeze - dump-phenotypes - )) + dump-publishfreeze + dump-phenotypes)) (outputs '(#:documentation "./docs/dump-phenotype.md" #:rdf "./verified-data/dump-phenotype.ttl"))) |