Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
blt gff3-to-bed(1)	     General Commands Manual	      blt gff3-to-bed(1)

SYNOPSIS
     blt gff3-to-bed < file.gff3 > file.bed

DESCRIPTION
     blt  gff3-to-bed converts GFF3 input to BED output.  Currently it generates
     6-column BED output with scores set to 0.

     Note that GFF3 contains roughly the same information as BED and  is  gener-
     ally  considered  a  more capable format, so converting from GFF3 to BED is
     normally not desirable. blt gff3-to-bed is provided as a stop-gap for work-
     ing with tools that don't yet support the GTF or GFF3 formats.

EXAMPLES
     blt gff3-to-bed < file.gff3 > file.bed

SEE ALSO
     blt(1)

AUTHOR
     J. Bacon

							      blt gff3-to-bed(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=blt-gff3-to-bed&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help