In `extract.record.from.genbank.py`, the variable `outfile` is created but is not used. Instead, `opt.outfile` is used. Click [here](https://github.com/bacterial-genomics/genomics_scripts/blob/main/extract.record.from.genbank.py#L73-L74) for link to exact lines.
In
extract.record.from.genbank.py, the variableoutfileis created but is not used. Instead,opt.outfileis used. Click here for link to exact lines.