Skip to content

Commit

Permalink
Update download_pdb70.sh (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
avilella authored Sep 9, 2022
1 parent 017f879 commit b609ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download/download_pdb70.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ SOURCE_URL="http://wwwuser.gwdg.de/~compbiol/data/hhsuite/databases/hhsuite_dbs/
BASENAME=$(basename "${SOURCE_URL}")

mkdir --parents "${ROOT_DIR}"
aria2c "${SOURCE_URL}" --dir="${ROOT_DIR}"
aria2c --check-certificate=false "${SOURCE_URL}" --dir="${ROOT_DIR}"
tar --extract --verbose --file="${ROOT_DIR}/${BASENAME}" \
--directory="${ROOT_DIR}"
rm "${ROOT_DIR}/${BASENAME}"

0 comments on commit b609ece

Please sign in to comment.