This is a test version of Biostars. For the public version, visit https://www.biostars.org.
bash & quickGO to download gene symbols of a GO term

Hello, there is a very old post (Retrieve All Genes Associated With A Go Term) that shows you can download data from quickGO using bash by using something like this:

curl -s "http://www.ebi.ac.uk/QuickGO/GAnnotation?tax=9606&relType=IP&goid=%20GO:0009615%20&format=tsv"

For some reason there is no output when that is issued. Is it because the API changed in the last 6 years? I can't seem to find a more recent post about this.

annotations go bash

Yeah I noticed that. The problem is that it's not supposed to open as a webpage but rather as a tab delimited file and it's supposed to give me only taxid 9606 and not other organisms... It would defeat the point of doing this in bash if I were to manually download entries every time, was hoping to automate this.

1 answer

Have you tried with GeneSCF ?

This is pretty sweet! Thanks!

Log in to answer this question.