From 5ed67ee1ce654a545ec11481ec0e3a78cda89a75 Mon Sep 17 00:00:00 2001
From: Munyoki Kilyungi
Date: Tue, 18 Jul 2023 16:29:07 +0300
Subject: Update dump-species to have lists for inputs and output

Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
---
 examples/dump-species-metadata.scm | 12 ++++++------
 1 file 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")))
-- 
cgit v1.2.3