The Ensembl 60 release sees two changes in our data upload capabilities
First off Ensembl can now "attach" a BAM file. BAM is the compressed form SAM - Sequence AlignMent files - which has become the dominant way to package up next-generation sequencing data. A BAM (or SAM file) has both the sequence and the alignment of a set of reads in a compact form (BAM makes it even more compact). Critically you can index a BAM file allowing programs rapid access to particular "Slices" of the reads by genomic position. Alignment tools such as Maq, BWA, SOAP can produce BAM files; a variety of analysis tools are written around BAM files, and now Ensembl can view BAM files.
To make a BAM file viewable you need to have access to a website where you can put files (like you local web space, perhaps an institutional thing). Call MyGreatExperiment.bam. You then need to index the BAM file using one of the tools - samtools is the usual one to do this, making a MyGreatExperiment.bam.bai (BAM index) precisely along side it (The Ensembl code is going to make the assumption that the index is called filename.bai). Then go to "Manage your Data" button on any web page in Ensembl, and go to the "Attach BAM" section. And then browse your RNA-seq, Chip-seq, Exome data to your hearts content!
In addition, we've spruced up our functionality and documentation on the UCSC file formats of Bed, BedGraph and Wig. Take a look at the "File Upload" and "Attach URL" forms, and the documentation. Now we precisely indicate what attributes you can use in each of these formats. Our goal is to make Ensembl as useful as possible to as broad a set of users as possible, so let us know if you find something confusing and/or you have a Bed/Bedgraph/Wig file that works for UCSC but doesn't work on Ensembl.
This is of course available across all 50 species in Ensembl, and in a couple of weeks, when Ensembl Genomes 7 is out, across another 50 eukaryotes from protists to plants and about 250 different bacteria.
Comments are welcome - either on this blog or email to helpdesk@ensembl.org