<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Dear Julien,<div><br></div><div>We do not have GTF files available for the gene models derived from the Human BodyMap 2.0 data. You will be able to get the exon coordinates you need using our API. The script that you mentioned, dump_transcripts.pl, prints the following information in addition to the transcript sequence:</div><div><br></div><div>For each gene and transcript:</div><div>Exon number</div><div>Exon slice name</div><div>Exon start</div><div>Exon end</div><div>Exon strand</div><div><br></div><div>This information is printed using the following line:</div><div><span class="Apple-style-span" style="font-family: Times; "><pre>print INFO "    EXON ".$num_exons." chr ".$exon->slice->seq_region_name." start ".$exon->start." end ".$exon->end." strand ".$exon->strand."\n";</pre></span><div><br></div></div><div>If you don't need the fasta sequence, the script will run faster if you comment this line out :</div><div><div><span class="Apple-style-span" style="font-family: Times; "><pre> #     print FASTA ">".$transcript->stable_id."\n".$transcript->seq->seq."\n";
</pre></span><div>We are in the process of re-generating the gene models derived from the Human BodyMap 2.0 data, using our improved pipeline.</div><div><br></div><div>Hope that helps,</div><div>Bronwen</div><div><br></div><div><br></div><div><div>On 23 Jul 2012, at 18:00, Julien Roux wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hi all,<br>I am wondering if a GTF/GFF file would be available for the gene models derived from RNA-seq of 16 Bodymap tissues?<br>I have found the script dump_transcripts.pl (<a href="http://cvs.sanger.ac.uk/cgi-bin/viewvc.cgi/ensembl-pipeline/scripts/examples/?root=ensembl">http://cvs.sanger.ac.uk/cgi-bin/viewvc.cgi/ensembl-pipeline/scripts/examples/?root=ensembl</a>), but it outputs the RNA-seq transcripts in FASTA format, without any information on the splice junctions and exon coordinates...<br>Thanks for your tips<br>Julien<br><br>-- <br>Julien Roux, PhD<br>Gilad lab, Department of Human Genetics, University of Chicago<br><a href="http://giladlab.uchicago.edu/">http://giladlab.uchicago.edu/</a><br>920 East 58th Street, CLSC 317, Chicago, IL 60637, USA<br>tel: +1-773-834-1984   fax: +1-773-834-8470<br><br><br>_______________________________________________<br>Dev mailing list    Dev@ensembl.org<br>List admin (including subscribe/unsubscribe): http://lists.ensembl.org/mailman/listinfo/dev<br>Ensembl Blog: http://www.ensembl.info/<br></div></blockquote></div><br></div></div></body></html>