#1624 closed task (fixed)
Create array design (feature) importer for GTF files
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | BASE 3.0 |
Component: | coreplugins | Version: | |
Keywords: | Cc: |
Description
A description of the GTF file format can be found at: http://www.ensembl.org/info/website/upload/gff.html
The importer should use "transcript_id" as the feature id. Reporter id is either the "gene_id" or "transcript_id" with an optional prefix (eg. hg19).
Change History (5)
comment:1 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 13 years ago
(In [5771]) References #1624: Create array design (feature) importer for GTF files
The default configuration now uses transcript_id@seqname as the reporter and feature id. We discovered that this is needed to make up a unique id for all entries that we want to track in array design features and raw data.
comment:4 by , 13 years ago
comment:5 by , 13 years ago
Note:
See TracTickets
for help on using tickets.
(In [5764]) Fixes #1624: Create array design (feature) importer for GTF files
GtfReporterMapImporter
and two configurations that uses transcript_id/gene_id for reporter ids. The GTF importer builds on theReporterMapFlatFileImporter
but has less configuration options. Eg. it is locked to use FEATURE_ID for identifying features.ReporterMapFlatFileImporter
that makes it possible to limit a configuration to certain platforms. This is used to hide genepix, illumina, etc. when using the sequencing platform.