Hi,
I have an interval file with ~100 sequences from hg38 that I am trying to extract multiple alignments from. Currently, I have 25 MAF files (Chr 1-22, X, Y, M) from hg38 uploaded, but when I Stitch MAF Blocks for one of my MAF files, I get a bunch of empty alignments for stuff on other chromosomes. It seems like in order to get alignments, I have to pull out coordinates from each individual chromosome, Stitch MAF Blocks for each one, then piece everything together at the end.
I am wondering if it's possible to somehow group all my MAFs together so I can supply the interval file directly, with all chromosomes, like I would with the cached 100-way hg19 MAF file.
Thanks!