The following commit has been merged in the master branch:
commit 1cb7951a7a8d739af10d354d2c27ae8049ea5293
Author: Andreas Tille <[email protected]>
Date:   Fri Sep 22 13:45:05 2017 +0200

    Take more arguments from new UDD query: registry and bugs

diff --git a/webtools/blendstasktools.py b/webtools/blendstasktools.py
index 15c9e18..b0d8a63 100644
--- a/webtools/blendstasktools.py
+++ b/webtools/blendstasktools.py
@@ -361,7 +361,13 @@ query = """PREPARE query_pkgs (text[],text[],text) AS
           remark text,
           "upstream_bugs" text,
           "upstream_repository" text,
-          "edam_topics" text[]
+          "edam_topics" text[],
+          biotools  text,
+          omictools text,
+          seqwiki   text,
+          scicrunch text,
+          rrid      text,
+          bugs      text
         )"""
 _execute_udd_query(query)
 
diff --git a/webtools/blendstasktools_udd.py b/webtools/blendstasktools_udd.py
index 2b23d61..d6b62cb 100644
--- a/webtools/blendstasktools_udd.py
+++ b/webtools/blendstasktools_udd.py
@@ -354,7 +354,13 @@ query = """PREPARE query_pkgs (text[],text[],text) AS
           remark text,
           "upstream_bugs" text,
           "upstream_repository" text,
-          "edam_topics" text[]
+          "edam_topics" text[],
+          biotools  text,
+          omictools text,
+          seqwiki   text,
+          scicrunch text,
+          rrid      text,
+          bugs      text
         )"""
 _execute_udd_query(query)
 

-- 
Static and dynamic websites for Debian Pure Blends

_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit

Reply via email to