wwood / CoverM

Read coverage calculator for metagenomics
GNU General Public License v3.0
311 stars 31 forks source link

How to get many(all) methods in once calculate? #137

Closed xanadu314 closed 2 years ago

xanadu314 commented 2 years ago

I would like to get counts,tpm and mean together in one file.

wwood commented 2 years ago

Hi,

You can just specify multiple space separated e.g. with -m tpm counts mean right?

xanadu314 commented 2 years ago

Hi, You can just specify multiple space separated e.g. with -m tpm counts mean right?

Thanks!