velocyto.py
velocyto.py copied to clipboard
How can I merge multiple loom files originated from a single bam file
Hi, Due to memory limitation at the final step of loom generation, As suggested from # 211, I splitted my original bam file (about 64 GB) into Chromosome (chr1-19, X, Y, and MT) using samtools in a loop (script modified from here), and then used velocyto run to get 22 seperate loom files.
I tried loompy.combine to merge these 22 loom files, but it treated different individual chromosome loom files as different samples.
How can I put all the loom files that originated from a single bam (a single sample) together into a single loom file?
Thank you in advance.