This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') |