Convert BED to GFF

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
| Option | Description | 
|---|---|
| -o, --output | specify output filename (default name will be same as original with .gff ext) | 
| -s, --stdout | output gff to STDOUT | 
| -z, --gzip | gzip output (default=false) |