I am using this pipeline(https://github.com/sr320/workflow-annotation.git) to annotate seastar protein sequences from a .fa file. I am having trouble figuring out why it won't create the Go-slim and Go-ontology tables. From my first run of the pipeline, in my output directory, I can see three files called annotation_full_go.tsv, derm-protein.blast.tsv, postprocess_uniprot_go.py but it's not finishing through to create the full output with the Go-Slim terms and the Go ontology.
This is the error message I am getting:
File "/usr/lib/python3.12/urllib/request.py", line 639, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden
Do you have any suggestions for how I could fix this?