bioinfo-notebook icon indicating copy to clipboard operation
bioinfo-notebook copied to clipboard

UniProt_downloader.sh does not work

Open sanyalab opened this issue 6 months ago • 0 comments

Hello,

Please change the following hard-coded line in UniProt_downloader.sh.

xargs -n 1 -P $PROCESSORS -I % curl -s https://www.uniprot.org/uniprot/%.fasta \

TO

xargs -n 1 -P $PROCESSORS -I % curl -s https://rest.uniprot.org/uniprotkb/%.fasta \

Without this curl cannot download files

Thanks Abhijit

sanyalab avatar Dec 02 '23 14:12 sanyalab