metageni / SUPER-FOCUS

A tool for agile functional analysis of shotgun metagenomic data
GNU General Public License v3.0
21 stars 12 forks source link

version doesn't work #76

Closed linsalrob closed 2 years ago

linsalrob commented 2 years ago

The -v option does not inform us of the version:

Install from conda, then

$ superfocus -v
SUPER-FOCUS 0.0.0
metageni commented 2 years ago

Thanks. I will this out for the next release; it seems to work with pip.

linsalrob commented 2 years ago

You probably need to add these two lines to your host: section in your bioconda/super-focus/meta.yaml file:

    - setuptools >=38.6.0
    - setuptools_scm
metageni commented 2 years ago

@linsalrob : was this fixed with your bioconda PR? thanks

linsalrob commented 2 years ago

Yes, all fixed. It required setuptools_scm in the meta.yaml