From: W. Trevor King Date: Wed, 14 Mar 2012 10:49:14 +0000 (-0400) Subject: Fix PubMed link in entrez post. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=decb13c713bba3e9a5da700df8122a1d0573e986;p=blog.git Fix PubMed link in entrez post. --- diff --git a/posts/entrez.mdwn b/posts/entrez.mdwn index 9dd00c5..dbb9c19 100644 --- a/posts/entrez.mdwn +++ b/posts/entrez.mdwn @@ -1,5 +1,5 @@ Since 2008 I've been using a script ([[entrez.py]]) to search -[PubMqed][] from the command line. Yesterday I decided it was time to +[PubMed][] from the command line. Yesterday I decided it was time to clean up the script and make it publicly available. It turned out to be reasonably complicated, so I just reimplemented the guts using the Python [SOAP][] library [Suds][] working with the [Entrez SOAP