Skip to main content

Convert BED to GFF

BEDtoGFF

Converts BED file to GFF file

Command Line Interface

Usage:

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

Positional Input

This tool takes a single BED file for input.

Output Options

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