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
Describe the bug
Not sure if it is a standard behaviour, but I am trying to add missing information (e.g transcript, exon or gene) to my GTF file.
Using: agat_convert_sp_gxf2gxf.pl --gtf $INGTF --out $GFFOUT to add missing transcripts to GTF file, but for some features they are missing. Using agat_convert_sp_gff2gtf.pl --gff $GFFOUT --out $OUTGTF --keep_header=true to convert to GTF format.
General (please complete the following information):
Describe the bug
Not sure if it is a standard behaviour, but I am trying to add missing information (e.g transcript, exon or gene) to my GTF file.
Using:
agat_convert_sp_gxf2gxf.pl --gtf $INGTF --out $GFFOUT
to add missing transcripts to GTF file, but for some features they are missing. Usingagat_convert_sp_gff2gtf.pl --gff $GFFOUT --out $OUTGTF --keep_header=true
to convert to GTF format.General (please complete the following information):
To Reproduce
downloaded GTF from ensembl
Expected behavior
expect that the row with missing transcripts info is added to TGF
1H IPK gene 92282224 92282629 xxx
1H IPK transcript 92282224 92282629 xxx
1H IPK exon 92282224 92282629 xxx
The text was updated successfully, but these errors were encountered: