seqkit icon indicating copy to clipboard operation
seqkit copied to clipboard

seqkit version 2.8.1 reporting version as 2.8.0

Open heuermh opened this issue 10 months ago • 3 comments

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.

heuermh avatar Apr 10 '24 17:04 heuermh

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

heuermh avatar Apr 10 '24 17:04 heuermh

Yes, I forgot to update the version number in the software.

shenwei356 avatar Apr 10 '24 18:04 shenwei356

Got it, thank you! At least where I am using seqkit (in nf-core/modules) it causes no obvious concern.

heuermh avatar Apr 10 '24 18:04 heuermh

I'll tag a new release.

shenwei356 avatar May 17 '24 15:05 shenwei356

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

heuermh avatar May 17 '24 16:05 heuermh