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
203 stars 22 forks source link

"fatal: not a git repository" error when compiling from source code zip #27

Closed rcedgar closed 2 months ago

rcedgar commented 2 years ago

I believe this is fixed in the latest main branch by adding this to the start of gitver.bash:

if [ ! -d ../.git ] ; then
  if [ ! -f gitver.txt ] ; then
    echo "0" > gitver.txt
  fi
  echo "Repo not found, git hash set to zero"
  exit 0
fi
nieder commented 1 year ago

Just compiled 5.1.0 on macOS and gitver.bash exited gracefully with this.

rcedgar commented 2 months ago

Moving to vcxproj_make.py for v5.2.