This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How to write a batch script for IGV that directly leads me to my chosen SNPs on certain BP range on each chromosome

Hello humans,

as input for the script I have a list of BP ranges on several chromosomes and I am wondering how to write an IGV script that directly leads me only to these areas, without showing the whole chromosomes.

Thanks for your help in advance

Input:

Chr xy1 BP-start  BP-end, 
Chr xy1 BP2-start BP2-end, 
Chr xy2 BP1-start BP1-end, 
Chr xy2 BP2-start BP2-end, 
batch igv script snp

1 answer

This tool is likely useful:

https://github.com/igvteam/igv-reports

Log in to answer this question.