Closed tli71193 closed 1 year ago
--inMemory
always helps if you have enough RAM. Otherwise, you'd have to manually cut up your bed region, lift each in parallel in a separate process, then combine the result. @diekhans may be aware of some tooling to help with this?
what is the unit of entry for --inMemory
? kb,mb, or gb? like what would be the input if i can allocate 16GB of RAM?
Sorry, I should have said --hdf5InMemory
--hdf5InMemory: load all data in memory (and disable hdf5 cache)
[default = 0]
So can I assume it’s a Boolean parameter? Rather than inputting a value.
I ended up having to manually cut up your bed region, lift each in parallel in a separate process, then combine the result like you said @glennhickey . It def is faster.
Storing it in memory was too much for my current setup. Thanks for all your help!
Hi there,
I was wondering if there is anyone of speeding up halLiftover. I'm essentially converting genome to genome between species and was wondering how I might query the hal file faster.
Any advice would be much appreciated! thanks!