Skip to content

Commit

Permalink
https server instead of ftp
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferlu717 authored Dec 10, 2021
1 parent 84b2874 commit 493568d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download_genomic_library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set -e # Stop on error

LIBRARY_DIR="$KRAKEN2_DB_NAME/library"
NCBI_SERVER="ftp.ncbi.nlm.nih.gov"
FTP_SERVER="ftp://$NCBI_SERVER"
FTP_SERVER="https://$NCBI_SERVER"
RSYNC_SERVER="rsync://$NCBI_SERVER"
THIS_DIR=$PWD

Expand Down

0 comments on commit 493568d

Please sign in to comment.