added updLibInfo function
authorRami Rauch <rrauch@stanford.edu>
Wed, 8 Oct 2008 19:37:58 +0000 (19:37 +0000)
committerRami Rauch <rrauch@stanford.edu>
Wed, 8 Oct 2008 19:37:58 +0000 (19:37 +0000)
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