Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...