File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
infrastructure/docker/download/scripts Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22# set -e
33
44echo " checking solution id $1 "
5- echo " grep -nr --exclude-dir='.github' " $1 " ./.. "
6- result=$( grep -nr --exclude-dir=' .github' " $1 " ./.. )
5+ echo " grep -nr --exclude-dir='.github' " $1 " ."
6+ result=$( grep -nr --exclude-dir=' .github' " $1 " .)
77if [ $? -eq 0 ]
88then
99 echo " Solution ID $1 found\n"
Original file line number Diff line number Diff line change 6262# Delete empty download directory structure.
6363find " ${RAW_DIR} " -type d -empty -delete
6464
65- aria2c " ftp ://ftp .wwpdb.org/pub/pdb/data/status/obsolete.dat" --dir=" ${ROOT_DIR} "
65+ aria2c " http ://files .wwpdb.org/pub/pdb/data/status/obsolete.dat" --dir=" ${ROOT_DIR} "
Original file line number Diff line number Diff line change 3131
3232DOWNLOAD_DIR=" $1 "
3333ROOT_DIR=" ${DOWNLOAD_DIR} /pdb_seqres"
34- SOURCE_URL=" ftp ://ftp .wwpdb.org/pub/pdb/derived_data/pdb_seqres.txt"
34+ SOURCE_URL=" http ://files .wwpdb.org/pub/pdb/derived_data/pdb_seqres.txt"
3535BASENAME=$( basename " ${SOURCE_URL} " )
3636
3737mkdir --parents " ${ROOT_DIR} "
You can’t perform that action at this time.
0 commit comments