...
IGV likes its reference genome files in GFF (Gene Feature Format). Unfortunately, our old friend bp_seqconvert.pl doesn't do GFF. Fortunately, it's cousin bp_genbank2gff3.pl does .with this command:
| Code Block |
|---|
bp_genbank2gff3.pl NC_012967.1.gbk |
...