You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the agat_convert_sp_gff2gtf.pl to convert a gff3 file to a gtf file I found that the output gtf file had a slightly confusing header:
##gtf-version X
# GFF-like GTF i.e. not checked against any GTF specification. Conversion based on GFF input, standardised by AGAT.
##sequence-region hcontortus_chr4_Celeg_TT_arrow_pilon 1 51826579
# Gene gene:HCON_00118380
hcontortus_chrX_Celeg_TT_arrow_pilon trf tandem_repeat 1 2516 4529 - . gene_id "tandem_repeat-28261"; ID "tandem_repeat-28261";
Clearly the ##sequence-region.... and #Gene gene:HCON... are not needed, but because they're kept it makes the first gene line, a gene on chrX, not chr4, seem wrong at first glance.
General (please complete the following information):
A solution would be to add a bolean option keep_header=true in the config yaml file. Does it sound fine to you? Or we keep cleaning this kind of stuff manually before running AGAT?
Using the
agat_convert_sp_gff2gtf.pl
to convert a gff3 file to a gtf file I found that the output gtf file had a slightly confusing header:Clearly the
##sequence-region....
and#Gene gene:HCON...
are not needed, but because they're kept it makes the first gene line, a gene on chrX, not chr4, seem wrong at first glance.General (please complete the following information):
To Reproduce
Input gff3 file here: https://parasite.wormbase.org/Haemonchus_contortus_prjeb506/Info/Index/
The text was updated successfully, but these errors were encountered: