Differences between revisions 10 and 11
Revision 10 as of 2019-04-06 06:19:34
Size: 2887
Editor: chapoton
Comment: py3 print
Revision 11 as of 2020-02-08 13:26:23
Size: 2898
Editor: chapoton
Comment:
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
import urllib2 as U from six.moves.urllib.request import urlopen
Line 17: Line 17:
    f = U.urlopen(gen_str + GenBank_ID)      g = f.read()
    f.close()
    with urlopen(gen_str + GenBank_ID) as f:
g = f.read()

Sage Interactions - Bioinformatics

goto interact main page

Web app: protein browser FIXME

by Marshall Hampton (tested by William Stein) [sagecell-issues]

biobrowse.png

Coalescent simulator

by Marshall Hampton [sagecell-issues]

coalescent.png

interact/bio (last edited 2020-02-08 13:26:23 by chapoton)