diff options
-rwxr-xr-x | examples/dump-species-metadata.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/dump-species-metadata.scm b/examples/dump-species-metadata.scm index 653fb11..7c6bfc3 100755 --- a/examples/dump-species-metadata.scm +++ b/examples/dump-species-metadata.scm @@ -124,10 +124,10 @@ ("gn:species:" "<http://genenetwork.org/terms/species/>") ("taxon:" "<http://purl.uniprot.org/taxonomy/>"))) (inputs - (dump-species - dump-strain - dump-mapping-method - dump-avg-method)) + (list dump-species + dump-strain + dump-mapping-method + dump-avg-method)) (outputs - (#:documentation "docs/dump-species-metadata.md" - #:rdf "./verified-data/dump-species-metadata.ttl"))) + '(#:documentation "./docs/dump-species-metadata.md" + #:rdf "./verified-data/dump-species-metadata.ttl"))) |