From e04da969dc41ef538b6df3add0074806d17dbb4e Mon Sep 17 00:00:00 2001 From: Rami Rauch Date: Fri, 30 Jan 2009 00:14:06 +0000 Subject: [PATCH] --- htswfrontend/htswfrontend/htsw_reports/reports.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htswfrontend/htswfrontend/htsw_reports/reports.py b/htswfrontend/htswfrontend/htsw_reports/reports.py index 844b7ff..251bc49 100755 --- a/htswfrontend/htswfrontend/htsw_reports/reports.py +++ b/htswfrontend/htswfrontend/htsw_reports/reports.py @@ -116,7 +116,7 @@ def report1(request): else: str += "
0 Reads" str += "
"+R1.library_id+", "+R1.condition.nickname if R1.libtags().find('Data submitted to DCC') != -1: - str += "
data submitted
" + str += "
data submitted
" str += "
" str += "
" str += '' @@ -156,7 +156,7 @@ def report1(request): else: str += "
0 Reads" str += "
"+R1.library_id+", "+R1.condition.nickname if R1.libtags().find('Data submitted to DCC') != -1: - str += "
data submitted
" + str += "
data submitted
" str += "
" str += "
" str += '' @@ -268,7 +268,7 @@ def report_RM(request): #for RNA-Seq and Methyl-Seq str += "
"+R1.library_id+", "+R1.condition.nickname+", "+R1.library_species.common_name+"
" str += "
\""+R1.library_name+"\"" if R1.libtags().find('Data submitted to DCC') != -1: - str += "
data submitted
" + str += "
data submitted
" str += "
" str += "" str += '' -- 2.30.2