Hi all,
I want to do read normalization using trinity, actually with looking the written command in the trinity's site, I'm confused about the allocated RAM to Jellyfish and coverage. It says:
TRINITY_RNASEQ_ROOT/util/insilico_read_normalization.pl \
--seqType fq \
--JM 100G \
--max_cov 30 \
--left left.fq \
--right right.fq \
--pairs_together \
--PARALLEL_STATS \
--CPU 10
Could anybody help me to know what --JM 100G --max_cov 30
means. From what I understand, 100GB RAM is allocated to Jellyfish that seems is high for computer with 64GB RAM. please let me know the exact command for read normalization in my computer (64GB RAM). Thank a lot in advance
Many thanks to clarify me about it. I think the more read coverage is better, so we don't need to change this parameter, isn't it or is there another story here?
Yes, default 50x is good for many species. See Figure 4 in Trinity Nature Protocols
thanks a lot rtliu.