A built-in reference genome is not available for zebrafish to utilise HISAT2

How do i move ahead…Is there any built in reference genome available that I can just directly upload onto it (from ENSEMBL ?)

Hi @Rahul_Madaan

Hopefully we can help!

You can use a Custom Genome with any tool. All that is needed is a fasta file in your history.

Which fasta to choose has considerations.

  1. Choose the reference annotation at the same time (gtf or gff3 file). Please be aware that some Bioconductor tools do not parse raw Ensembl identifiers (with version) well, and using a UCSC version that has been sanitized a bit can be easier. Or, you can remove the .N parts of the accession yourself (from all files!) if an error or odd result comes up.

  2. Consider where you plan to visualize your data. IGV is available to all genomes, including custom genomes, but has a few extra steps to create the database key. If you sourced the data from UCSC instead, and used their version of the genome and annotation (including the Ensembl genes track), and assigned a native database key, then everything would be native in both IGV and and at UCSC.

More help at custom-genome custom-build reference-genome reference-annotation igv

Please give this a try a follow-up questions are welcome! :slight_smile: