wwood / CoverM

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

The version of coverm #88

Closed dangchenyuan closed 2 years ago

dangchenyuan commented 2 years ago

I installed the coverm using the bioconda with the code of "conda install coverm". After success, I find the version is "CoverM version 0.3.2", not the newest 0.6.2? How can I install the newest version?

wwood commented 2 years ago

conda install coverm=0.6.1 ought to do it. 0.6.2 isn't released, just 0.6.1.

Or just create a new conda environment.

dangchenyuan commented 2 years ago

@wwood thank you for your reply.