I am using agat atm to convert a gff
file to bed
using the following command.
agat_convert_sp_gff2bed.pl -gff Arabidopsis_thaliana_TAIR10.gff3 -o test.bed
When I convert the gff
to bed
I find NA values (aka .
) in the thickStart and thickEnd column of the bed file for the non-coding RNAs.
Is there a way to convert gff
to bed
and acquire a thickStart and thickEnd values for these elements?
Thank you for your time
In the link, I post the gff3 file that I am working on https://drive.google.com/drive/folders/1-wmbc9gKtbXFJ95E0n41WgPL-G313SNe?usp=sharing
Thank you so much Juke34 for your help! I highly appreciate it