Skip to content

Commit d4ee1a5

Browse files
committed
Use HTTPS for download
1 parent b5990d7 commit d4ee1a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SequenceAnalysis/pipeline_code/sequence_tools_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ then
617617

618618
mkdir blat
619619
cd blat
620-
wget $WGET_OPTS http://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/blat/blat
620+
wget $WGET_OPTS https://hgdownload.cse.ucsc.edu/admin/exe/linux.x86_64/blat/blat
621621
chmod +x blat
622622

623623
install blat $LKTOOLS_DIR/blat

0 commit comments

Comments
 (0)