...l.dom.minidom.parse(sys.argv[1])root = dom.documentElementff=open(sys.argv[2],"w")if root.nodeName=='pathway': for i in root.childNodes: if i.nodeType==1: if i.nodeName=='entry': link=i.getAttribute('link')
#print link+'...
...coverage
在运行时报错
File "/share/work/biosoft/python/Python-v2.7.11/lib/python2.7/site-packages/scikit_bio-0.2.3-py2.7-linux-x86_64.egg/skbio/diversity/alpha/_ace.py", line 70, in ace
raise ValueError("The only rare OTUs are singletons, so the ACE "
ValueError: The only rare OTUs a...