From: Rami Rauch Date: Wed, 8 Oct 2008 19:37:58 +0000 (+0000) Subject: added updLibInfo function X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=9a2860317a5f6e32b7eccd2b6e46fd476b95f547 added updLibInfo function --- diff --git a/htswanalysis/scripts/analys_track_comm.py b/htswanalysis/scripts/analys_track_comm.py index 7598d54..17421d4 100755 --- a/htswanalysis/scripts/analys_track_comm.py +++ b/htswanalysis/scripts/analys_track_comm.py @@ -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