rcedgar / muscle

Multiple sequence and structure alignment with top benchmark scores scalable to thousands of sequences. Generates replicate alignments, enabling assessment of downstream analyses such as trees and predicted structures.
https://drive5.com/muscle
GNU General Public License v3.0
188 stars 22 forks source link

version, tag, and create releases #1

Closed joelb123 closed 3 years ago

joelb123 commented 3 years ago

The version info for muscle5 is contained in ver_counter.h (referenced incorrectly in the code itself as ../ver/counter.h). This file contains a version string of 1219, while the executable in the binaries directory shows 1278. There are no tags or releases.

Please fix the file reference, preferably renaming it to the standard "version.h". Then tag and create a release.

The release is where the binaries should live, not in the repo. You will care if you are creating releases frequently and run out of push bandwidth.

rcedgar commented 3 years ago

ver_counter.h fixed. Thanks for the feedback on github conventions, the learning curve for git[hub] is quite steep, will keep these points in mind longer term.

joelb123 commented 3 years ago

Let me help you along your learning path. You want the command "git tag v5.0.1278" and then "git push origin main --tags". But you didn't change the version number in ver_counter.h