Skip to content

Instantly share code, notes, and snippets.

View whiteorchid's full-sized avatar

whiteorchid

View GitHub Profile
https://gist.github.com/pontikos/1635ddc88cb26c132b0b42592376e377 (thanks for the left link, according to this make a little modify and use it to get the Gene Function discription from gene card website: https://www.genecards.org )
from __future__ import print_function
import sys
import re
from selenium import webdriver
from random import randint
from time import sleep
dr = webdriver.Chrome('chromedriver')
#dr = webdriver.Chrome('chromedriver')