Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengzhenxian committed Apr 7, 2024
2 parents feb0cb8 + c4c72f9 commit 6e3f1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ libhts.a: samtools-$(SAMVER)/Makefile


longphase:
curl -L -o longphase-${LPVER}.tar.xz https://github.com/twolinin/longphase/releases/download/v${LPVER}/longphase_linux-x64.tar.xz
curl -L -o longphase-${LPVER}.tar.xz https://github.com/twolinin/longphase/releases/download/v${LPVER}/longphase_linux-x64.tar.xz
tar -xJf longphase-${LPVER}.tar.xz
mv longphase_linux-x64 $@
rm longphase-${LPVER}.tar.xz
Expand Down

0 comments on commit 6e3f1a7

Please sign in to comment.