[Blends-commit] [SCM] website branch, master, updated. f56a69d6df11c88bb07c05c394b5245d9de77549

Andreas Tille tille at debian.org
Thu Oct 19 09:41:19 UTC 2017


The following commit has been merged in the master branch:
commit 10fb58356822588044f96eb8e837e34fa0b8b9ad
Author: Andreas Tille <tille at debian.org>
Date:   Wed Oct 18 19:34:47 2017 +0200

    Read registry entries

diff --git a/webtools/blendstasktools.py b/webtools/blendstasktools.py
index b0d8a63..e1caa5d 100644
--- a/webtools/blendstasktools.py
+++ b/webtools/blendstasktools.py
@@ -1483,6 +1483,10 @@ class TaskDependencies:
                 if row.get('edam_topics'):
                     logger.info("Edam topics found for package %s: %s" % (dep.properties['name'], str(row['edam_topics'])))
 
+                for prop in ('biotools', 'omictools', 'seqwiki', 'scicrunch', 'rrid', 'bugs'):
+                    if row.has_key(prop):
+                        dep.properties[prop] = row[prop]
+
                 # Publications
                 setPublications(dep, self.task, row)
 

-- 
Static and dynamic websites for Debian Pure Blends



More information about the Blends-commit mailing list