creisle / rna_sv_simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate gtf output from FusionChrom and FusionTranscript

creisle opened this issue · comments

Create the gtf output from the FusionTranscript and FusionChromosome objects generated using MAVIS

Format for GTF

https://uswest.ensembl.org/info/website/upload/gff.html

Depends-on: #9 #10

GTF output function has been created with tests. FusionTranscript and FusionChromosome objects could be used combined into annotation object and then saved to GTF using this function.

PR-#18