The following commit has been merged in the master branch:
commit 10fb58356822588044f96eb8e837e34fa0b8b9ad
Author: Andreas Tille <[email protected]>
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

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

Reply via email to