Hi,
I’m running the following command of daa2rma on .daa files that are about 24 GB in size each:
time daa2rma --in SRR6957156_SA_1.daa SRR6957156_SA_2.daa --out
SRR6957156_reads.rma --paired true --pairedSuffixLength 1 --mapDB ~databases/megan-map-Feb2022-ue.db --threads 24 --only KEGG
My .rma file is being populated at about 100KB/s which is much slower than maximum writing speed for my SSD (~3000 MB/s). My RAM however is being used to the max (128 GB).
Does that kind of speed sound reasonable for my RAM? Is there anything I can do to speed up the process other than purchase more RAM?