How can I add the pig genome

How to add the whole genome sequence information (FASTA file) and gene annotation information (GTF file) to alphagenome?

Hi @wbxcf,

We currently only support intervals from organisms the model has been trained on (namely human and mouse), but you should still be able to make predictions for other organisms by passing a custom DNA sequence into the predict_sequence, and trying either mouse or human predictions.

There’s an example in the quick_start colab, hopefully that helps!

Thank you very much. I’ll give it a try.