Rosemeis / pcangsd

Framework for analyzing low depth NGS data in heterogeneous populations using PCA.
GNU General Public License v3.0
46 stars 11 forks source link

latest version (1.10) has not been tagged #78

Closed jowodo closed 11 months ago

jowodo commented 11 months ago

Old commits can easily be tagged. See this stackoverflow answer. Please tag at least the latest version.

Thanks :)

jowodo commented 11 months ago

I also noticed, that tag version 0.937 does not have the 'v' in front of it as the other tags do. See this stackoverflow answer on how to rename a tag.

Thanks for you time

Rosemeis commented 11 months ago

Thanks, I have tried to fix the mess a bit. New major update v1.2 including release.

jowodo commented 11 months ago

Hi,

I just noticed, that the newest version will not be recognized by the --version-sort option of sort as the latest version:

git ls-remote --tags https://github.com/Rosemeis/pcangsd | cut -f2 | sed 's/^refs.//' | sed 's/^tags.//' | sed 's/^v//' | grep '^[0-9]' | sort --version-sort

I'll use sort without the --version-sort option for now.

Maybe version 1.10 can be rename to 1.1.0?