added updLibInfo function
[htsworkflow.git] / htswanalysis / scripts / analys_track_comm.py
index 7598d54a5a4b8470ad6614c7af434cd59c072d29..17421d4be54c22d821464a6494b863e0fdd73de0 100755 (executable)
@@ -44,3 +44,9 @@ def updTaskStatus(taskid,updMsg):
  
   readw = getWebPage(url,params)
   return readw 
+
+def updLibInfo():
+  url = 'http://myerslab.stanford.edu/htsw_reports/updLibInfo'
+  params = {}
+  readw = getWebPage(url,params)
+  return readw