I am having trouble in downloading multiple pdb files using BATCH with shell scripting. I have used following command line :
1. chmod +x batch_download.sh
2. ./batch_download.sh -f nn -p
Here, "nn' is a text file containing PDB IDs separated by comma.
The output on the terminal is as follows
Downloading https://files.rcsb.org/download/2NLS.pdb.gz to ./2NLS.pdb.gz
Failed to download https://files.rcsb.org/download/2NLS.pdb.gz
An image of the terminal is attached.
Please help.