Map junctions.bed to the Junctions view.
authorDiane Trout <diane@caltech.edu>
Tue, 16 Nov 2010 01:41:04 +0000 (17:41 -0800)
committerDiane Trout <diane@caltech.edu>
Tue, 16 Nov 2010 01:41:04 +0000 (17:41 -0800)
Hopefully it'll pass validation and not be treated as a bed file,
even though it ends in the .bed extension.

(There were lots of problems with a previous subission because the
cufflinks bed file was almost but not quite a match to ucsc's bed
file validator. Or maybe they caved on the definition of a score.)

extra/ucsc_encode_submission/ucsc_gather.py

index 37ef73193f0ae98f680b9dfba6e3463b029a8feb..72d7f325e64b9d91966cf603dbd1a7236d683add 100755 (executable)
@@ -596,6 +596,7 @@ class NameToViewMap(object):
             ('*.bai',                   None),
             ('*.bam',                   self._guess_bam_view),
             ('*.splices.bam',           'Splices'),
+            ('junctions.bed',           'Junctions'),
             ('*.jnct',                  'Junctions'),
             ('*.plus.bigwig',           'PlusSignal'),
             ('*.minus.bigwig',          'MinusSignal'),