psathyrella / partis

B- and T-cell receptor sequence annotation, simulation, clonal family and germline inference, and affinity prediction
GNU General Public License v3.0
54 stars 34 forks source link

correct/update version information #271

Closed scharch closed 5 years ago

scharch commented 5 years ago
schrammca@cogsworth:/home/schrammca/partis/partis$ bin/partis version
RUN bin/partis version
       tag v0.9.0
    commit 00421b4158455e924d0a610ca0015c22465f4681
schrammca@cogsworth:/home/schrammca/partis/partis$* git describe
v0.1.0-4179-g00421b4

...but both appear to be wrong, as the current version tag is 0.14.0 according to github

psathyrella commented 5 years ago

oops, darn, nice catch. I was just running git tag and taking the last line. Which is foolish, as that isn't how it's sorted. And darn it, I just noticed that all previous tags had a v in front, but I forgot it last time. Oh well too late.

I'll figure out what command I should be running and close.

scharch commented 5 years ago

For SONAR, I use git describe --always --tags