kbaseapps / GenomeFileUtil

MIT License
0 stars 16 forks source link

return GTF file format for MetaGenome object #196

Open Tianhao-Gu opened 3 years ago

Tianhao-Gu commented 3 years ago

is_gtf argument in metagenome_to_gff is not effective

If I read code correctly, for MetaGenome, the export method will return the gff_handle_ref shock file directly and ignore the is_gtf argument.

https://github.com/kbaseapps/GenomeFileUtil/blob/master/lib/GenomeFileUtil/core/GenomeToGFF.py#L66