From: Diane Trout Date: Thu, 17 Feb 2011 23:47:17 +0000 (-0800) Subject: Merge branch 'master' of mus.cacr.caltech.edu:htsworkflow X-Git-Tag: 0.5.2~57 X-Git-Url: http://woldlab.caltech.edu/gitweb/?a=commitdiff_plain;h=90c841ba5404b0f76d62c548aa484e4adcd4b105;hp=80611733e145e3a059fd76951ebebb5098e587e5;p=htsworkflow.git Merge branch 'master' of mus.cacr.caltech.edu:htsworkflow --- diff --git a/extra/ucsc_encode_submission/ucsc_gather.py b/extra/ucsc_encode_submission/ucsc_gather.py index 1c0759f..90b4b35 100755 --- a/extra/ucsc_encode_submission/ucsc_gather.py +++ b/extra/ucsc_encode_submission/ucsc_gather.py @@ -638,9 +638,19 @@ class NameToViewMap(object): ('*.condor', None), ('*.daf', None), ('*.ddf', None), + + ('*ufflinks?0.9.3.genes.gtf', 'GeneDeNovo'), + ('*ufflinks?0.9.3.transcripts.gtf', 'TranscriptDeNovo'), + ('*GENCODE-v3c.exonFPKM.gtf', 'ExonsGencV3c'), + ('*GENCODE-v3c.genes.gtf', 'GeneGencV3c'), + ('*GENCODE-v3c.transcripts.gtf', 'TranscriptGencV3c'), + ('*GENCODE-v3c.TSS.gtf', 'TSS'), + ('*.junctions.bed6+3', 'Junctions'), + ('*.?ufflinks-0.9.0?genes.expr', 'GeneDeNovo'), ('*.?ufflinks-0.9.0?transcripts.expr', 'TranscriptDeNovo'), ('*.?ufflinks-0.9.0?transcripts.gtf', 'GeneModel'), + ('*.GENCODE-v3c?genes.expr', 'GeneGCV3c'), ('*.GENCODE-v3c?transcript*.expr', 'TranscriptGCV3c'), ('*.GENCODE-v3c?transcript*.gtf', 'TranscriptGencV3c'), @@ -661,6 +671,7 @@ class NameToViewMap(object): ('*.srf', None), ('*.wig', None), ('*.zip', None), + ('transfer_log', None), ] self.views = { @@ -676,6 +687,9 @@ class NameToViewMap(object): "GeneModel": {"MapAlgorithm": ma}, "GeneDeNovo": {"MapAlgorithm": ma}, "TranscriptDeNovo": {"MapAlgorithm": ma}, + "ExonsGencV3c": {"MapAlgorithm": ma}, + "GeneGencV3c": {"MapAlgorithm": ma}, + "TSS": {"MapAlgorithm": ma}, "GeneGCV3c": {"MapAlgorithm": ma}, "TranscriptGCV3c": {"MapAlgorithm": ma}, "TranscriptGencV3c": {"MapAlgorithm": ma}, diff --git a/htsworkflow/frontend/static/css/global.css b/htsworkflow/frontend/static/css/global.css index fd84060..adc2539 100644 --- a/htsworkflow/frontend/static/css/global.css +++ b/htsworkflow/frontend/static/css/global.css @@ -1,4 +1,4 @@ -body { margin:0; padding:0; font-size:12px; font-family:"Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif; color:#333; background:#fff; } +body { margin:0; padding:0; font-size:14px; font-family:"Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif; color:#333; background:#fff; } /* LINKS */ a:link, a:visited { color: #5b80b2; text-decoration:none; } diff --git a/htsworkflow/frontend/templates/base.html b/htsworkflow/frontend/templates/base.html index ba17cbd..22dad4b 100644 --- a/htsworkflow/frontend/templates/base.html +++ b/htsworkflow/frontend/templates/base.html @@ -5,7 +5,7 @@ version="XHTML+RDFa 1.0" xmlns:xml="http://www.w3.org/1999/xhtml" xmlns:dc="http://purl.org/dc/elements/1.1/" - xmlns:xmls="http://www.w3.org/2001/XMLSchema#" + xmlns:xsd="http://www.w3.org/2001/XMLSchema#" xmlns:libns="http://jumpgate.caltech.edu/wiki/LibraryOntology#" xml:lang="en" > diff --git a/htsworkflow/frontend/templates/samples/library_detail.html b/htsworkflow/frontend/templates/samples/library_detail.html index 1bbd65b..0aa83d0 100644 --- a/htsworkflow/frontend/templates/samples/library_detail.html +++ b/htsworkflow/frontend/templates/samples/library_detail.html @@ -98,7 +98,7 @@ {{ lib.made_by }}
Creation Date - {{ lib.creation_date }} + {{ lib.creation_date }}
Protocol Stopping Point {{ lib.stopping_point_name }} @@ -129,7 +129,7 @@ {% for result in eland_results %} - {{ result.run_date|date}} + {{ result.run_date|date}} {{ result.cycle }} {{ result.flowcell_id }} {{ result.lane }} @@ -201,7 +201,7 @@ {{ lane.match_codes.U0|intcomma }} {{ lane.match_codes.U1|intcomma }} {{ lane.match_codes.U2|intcomma }} - {{ lane.unique_reads|intcomma }} + {{ lane.unique_reads|intcomma }} {{ lane.match_codes.R0|intcomma }} {{ lane.match_codes.R1|intcomma }} {{ lane.match_codes.R2|intcomma }}