joiningdata / lollipops

Lollipop-style mutation diagrams for annotating genetic variations.
GNU General Public License v3.0
182 stars 70 forks source link

biomart error: 502 internal error - server connection terminated #10

Closed gpcr closed 8 years ago

gpcr commented 8 years ago

@pbnjay : thanks for creating wondeful tool to represent variants

I am getting "biomart error: 502 internal error - server connection terminated" checked it on multiple computers...

Is there a way to select the biomart mirror?

pbnjay commented 8 years ago

Easiest thing is to just skip biomart altogether by providing the uniprot ID with -U

But if you want to mess with the code, you could change this line: https://github.com/pbnjay/lollipops/blob/master/data/fetch_data.go#L21 And then rebuild with 'go build .'