jakechamblee / BPROM_to_GFF3_converter

Converts the string output of BPROM, a promoter prediction software tool, to the GFF3 file format. Used in a CPT Galaxy phage genomics workflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BPROM to GFF3 converter

Uses regular expressions to extract data from the output of BPROM (a bacterial promoter prediction software tool) and converts it to the GFF3 file format.

For a converted example file, see 2022_1_23_bprom_as_gff3_AF083977.txt

Converts the following input:

bprom_input

To the following GFF3 output:

output

Run at the command line

python bprom_gff3_converter.py -f bprom_output_file_name/path.txt

About

Converts the string output of BPROM, a promoter prediction software tool, to the GFF3 file format. Used in a CPT Galaxy phage genomics workflow

License:MIT License


Languages

Language:Python 100.0%