But I will use it for cgi and I am tried to create e-link
#!/usr/bin/env python3
import cgi;
import cgitb;cgitb.enable()
from Bio import Entrez
print("Content-Type: text/html")
print()
form = cgi.FieldStorage()
Entrez.email = '---@posta.mu.edu.tr'
record = Entrez.read(Entrez.elink(dbfrom="Pubmed", db="pccompound", id="6UFO"))
print(record)
as like this I will for id get id as id=form.getvalue and I will print as form
• 0 views
•
link