Update view names as per Cricket for the Jan 21st encode submission.
authorDiane Trout <diane@caltech.edu>
Fri, 21 Jan 2011 23:23:29 +0000 (15:23 -0800)
committerDiane Trout <diane@caltech.edu>
Fri, 21 Jan 2011 23:23:29 +0000 (15:23 -0800)
Also we're avoiding submitting the GENCODE v4 models for this
submission so I commented them out

extra/ucsc_encode_submission/ucsc_gather.py

index 4cea711b96bafa3233361c3cbe44310f572a6bff..dc5fe184cb14204499671990f26ba56b414c1f1c 100755 (executable)
@@ -628,6 +628,7 @@ class NameToViewMap(object):
             ('*.bam',                   self._guess_bam_view),
             ('junctions.bed',           'Junctions'),
             ('*.jnct',                  'Junctions'),
+            ('*.unique.bigwig',         None),
             ('*.plus.bigwig',           'PlusSignal'),
             ('*.minus.bigwig',          'MinusSignal'),
             ('*.bigwig',                'Signal'),
@@ -638,11 +639,12 @@ class NameToViewMap(object):
             ('*.?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',       'GeneGencV3c'),
-            ('*.GENCODE-v3c?transcripts.expr', 'TranscriptGencV3c'),
-            ('*.GENCODE-v4?genes.expr',       'GeneGencV4'),
-            ('*.GENCODE-v4?transcripts.expr', 'TranscriptGencV4'),
-            ('*.GENCODE-v4?transcript.expr', 'TranscriptGencV4'),
+            ('*.GENCODE-v3c?genes.expr',       'GeneGCV3c'),
+            ('*.GENCODE-v3c?transcript*.expr', 'TranscriptGCV3c'),
+            ('*.GENCODE-v3c?transcript*.gtf',  'TranscriptGencV3c'),
+            ('*.GENCODE-v4?genes.expr',        None), #'GeneGCV4'),
+            ('*.GENCODE-v4?transcript*.expr',  None), #'TranscriptGCV4'),
+            ('*.GENCODE-v4?transcript*.gtf',   None), #'TranscriptGencV4'),
             ('*_1.75mers.fastq',              'FastqRd1'),
             ('*_2.75mers.fastq',              'FastqRd2'),
             ('*_r1.fastq',              'FastqRd1'),
@@ -671,14 +673,14 @@ class NameToViewMap(object):
             "GeneModel": {"MapAlgorithm": ma},
             "GeneDeNovo": {"MapAlgorithm": ma},
             "TranscriptDeNovo": {"MapAlgorithm": ma},
-            "GeneGencV3c": {"MapAlgorithm": ma},
+            "GeneGCV3c": {"MapAlgorithm": ma},
+            "TranscriptGCV3c": {"MapAlgorithm": ma},
             "TranscriptGencV3c": {"MapAlgorithm": ma},
-            "GeneGencV4": {"MapAlgorithm": ma},
-            "TranscriptGencV4": {"MapAlgorithm": ma},
+            "GeneGCV4": {"MapAlgorithm": ma},
+            "TranscriptGCV4": {"MapAlgorithm": ma},
             "FastqRd1": {"MapAlgorithm": "NA", "type": "fastq"},
             "FastqRd2": {"MapAlgorithm": "NA", "type": "fastq"},
             "Fastq": {"MapAlgorithm": "NA", "type": "fastq" },
-            "GeneModel": {"MapAlgorithm": ma},
             "InsLength": {"MapAlgorithm": ma},
             }
         # view name is one of the attributes