Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Importing genome into IGV.

Convert GenBank file to GFF3

login1$ module load bioperl
login1$ bp_genbank2gff3.pl input.gbk

Convert Genbank file to Fasta

bp_seqconvert --from genbank --to fasta < input.gbk > output.fasta

Index Fasta file.

samtools index input.fasta
  • No labels