We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ad3980 commit e2b9409Copy full SHA for e2b9409
Makefile.inc
@@ -29,6 +29,6 @@ $(INCLUDE_MAKE):
29
cloneLib:
30
@if test -d $(LIB_PATH_BAM_UTIL); \
31
then echo $(LIB_PATH_BAM_UTIL) already exists; \
32
- else git clone git://github.com/statgen/libStatGen.git $(LIB_PATH_BAM_UTIL); fi
+ else git clone https://github.com/statgen/libStatGen.git $(LIB_PATH_BAM_UTIL); fi
33
@echo Call make to compile libStatGen and this tool.
34
0 commit comments