예제 #1
0
def main():
  inFile = plausi()
  fo = open(inFile)
  for line in fo:
    o = OrthoMCLCluster(line.rstrip())
    print o.get_name() + "\t" + o.get_species_hash()['Arath'][0]
예제 #2
0
def main():
    inFile = plausi()
    fo = open(inFile)
    for line in fo:
        o = OrthoMCLCluster(line.rstrip())
        print o.get_name() + "\t" + o.get_species_hash()['Arath'][0]