Skip to main content

Convert GFF to BED

gff-to-bed

Converts GFF file format to BED file format

Command Line Interface

Usage:

java -jar ScriptManager.jar coordinate-manipulation gff-to-bed [-hsV] [-o=<output>]
<gffFile>

Positional Input

This tool takes a single GFF file for input.

Output Options

OptionDescription
-o, --outputspecify output filename (default name will be same as original with .bed ext)
-s, --stdoutoutput bed to STDOUT
-z, --gzipgzip output (default=false)