For example I've created a set of list:
LIST_chr1=[]
LIST_chr2=[]
LIST_chr3=[]
...
...
Now when processing the text, for certain line, if I get "chr2", then I need to use LIST_chr2 thus select this list, how should I point to this specific list according to the list name?
Thanks