Dear all,
Recently, I have to generate many screenshots of IGV. therefore, I am trying to use batch script to achieve it. Because I have a lot of libraries, I want to
change the track color for distinguishing easily. However, I can't find the correct command for changing the track color in batch script. Could you give me some suggestions or the correct command? Thank you
very much.
I already tried many commands, such as,
color 150,0,150
setColor 150,0,150
track <lib_name> color=150,0,150
track name=<lib_name> color=150,0,150
load <lib_name> color=150,0,150
...
Sung-Huan
Recently, I have to generate many screenshots of IGV. therefore, I am trying to use batch script to achieve it. Because I have a lot of libraries, I want to
change the track color for distinguishing easily. However, I can't find the correct command for changing the track color in batch script. Could you give me some suggestions or the correct command? Thank you
very much.
I already tried many commands, such as,
color 150,0,150
setColor 150,0,150
track <lib_name> color=150,0,150
track name=<lib_name> color=150,0,150
load <lib_name> color=150,0,150
...
Sung-Huan