seqkit
seqkit copied to clipboard
seqkit version 2.8.1 reporting version as 2.8.0
After updating seqkit to version 2.8.1 via homebrew, the version is still reported as 2.8.0
$ seqkit version
seqkit v2.8.0
$ which seqkit
/usr/local/bin/seqkit
$ ls -als `which seqkit`
0 lrwxr-xr-x@ 1 foo bar 33 Apr 10 11:50 /usr/local/bin/seqkit -> ../Cellar/seqkit/2.8.1/bin/seqkit
Not sure if this is an issue with the 2.8.1 release or with the homebrew formula, am looking into it further.
Homebrew formula uses the URL https://github.com/shenwei356/seqkit/archive/refs/tags/v2.8.1.tar.gz
See https://github.com/Homebrew/homebrew-core/blob/master/Formula/s/seqkit.rb#L4
Yes, I forgot to update the version number in the software.
Got it, thank you! At least where I am using seqkit (in nf-core/modules) it causes no obvious concern.
I'll tag a new release.
Thank you, @shenwei356!
Note that in nf-core/modules we have completed updating all the seqkit modules to version 2.8.1 https://github.com/nf-core/modules/tree/master/modules/nf-core/seqkit