This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to obtain independent introns bed file from gtf

I have installed gtftools from conda. I have been using gtftools to get independent introns bed file from ensembl S pombe gtf using the following command

gtftools -d independent_introns.bed Schizosaccharomyces_pombe.ASM294v2.51.gtf

But bed file is empty and it is also not giving any error.

Please help me with this.

Thank you

s.pombe genomics gtftoools

1 answer

You don't need specialized tools other than awk and bedtools. See Get intronic and intergenic sequences based on gff file

Log in to answer this question.