statgen / EPACTS

GNU General Public License v3.0
34 stars 20 forks source link

help wanted: how to know EPACTS version used? #17

Closed complexgenome closed 4 years ago

complexgenome commented 4 years ago

Hi team,

I'd like to know the version I'm using but none of the following commands help:

epacts --version

epacts -version

epacts -v

epacts --v

epacts man

epacts help

Thanks!

jonathonl commented 4 years ago

The first version to include this ability is https://github.com/statgen/EPACTS/releases/tag/v3.4.2. It is implemented as a sub command epacts version and will be displayed with the help output in the next release.

complexgenome commented 4 years ago

Thanks, I don't know which version of EPACTS I'm using :-/

jonathonl commented 4 years ago

Relative to where you have EPACTS installed, there is a file at lib/epactsR/DESCRIPTION that will contain the version. If you run which epacts and the output is /usr/local/bin/epacts then the description file will be at /usr/local/lib/epactsR/DESCRIPTION.

complexgenome commented 4 years ago

Awesome, it helps. :)