We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents feb0cb8 + c4c72f9 commit 6e3f1a7Copy full SHA for 6e3f1a7
Makefile
@@ -29,7 +29,7 @@ libhts.a: samtools-$(SAMVER)/Makefile
29
30
31
longphase:
32
- 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
33
tar -xJf longphase-${LPVER}.tar.xz
34
mv longphase_linux-x64 $@
35
rm longphase-${LPVER}.tar.xz
0 commit comments