diff --git a/zUMIs.sh b/zUMIs.sh index eee7dbb..f23a0f6 100755 --- a/zUMIs.sh +++ b/zUMIs.sh @@ -4,7 +4,7 @@ # Authors: Swati Parekh, Christoph Ziegenhain, Beate Vieth & Ines Hellmann # Contact: sparekh@age.mpg.de or christoph.ziegenhain@ki.se vers=2.9.0 -currentv=$(curl -s https://raw.githubusercontent.com/sdparekh/zUMIs/master/zUMIs-master.sh | grep '^vers=' | cut -f2 -d "=") +currentv=$(curl -s https://raw.githubusercontent.com/sdparekh/zUMIs/main/zUMIs.sh | grep '^vers=' | cut -f2 -d "=") if [ "$currentv" != "$vers" ] ; then echo -e "------------- \n\n Good news! A newer version of zUMIs is available at https://github.com/sdparekh/zUMIs \n\n-------------"; fi