comparison fetch_fasta_from_NCBI.py @ 2:50f5ef3313bb draft

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/fetch_fasta_from_ncbi commit e496484ae6792b1a90fd99aa5f4b70e2039ce3e7
author artbio
date Sun, 15 Oct 2017 20:13:13 -0400
parents 7e41bbb94159
children 8be88084f89c
comparison
equal deleted inserted replaced
1:7e41bbb94159 2:50f5ef3313bb
401 logger = logging.getLogger('data_from_NCBI') 401 logger = logging.getLogger('data_from_NCBI')
402 402
403 E = Eutils(options, logger) 403 E = Eutils(options, logger)
404 try: 404 try:
405 E.retrieve() 405 E.retrieve()
406 except Exception as e: 406 except Exception:
407 sys.exit(1) 407 sys.exit(1)
408 408
409 409
410 if __name__ == "__main__": 410 if __name__ == "__main__":
411 __main__() 411 __main__()