# HG changeset patch # User artbio # Date 1508112793 14400 # Node ID 50f5ef3313bb811358f443de4b02c4139415e952 # Parent 7e41bbb94159a1c734f452b7e503be8dbb1709f4 planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/fetch_fasta_from_ncbi commit e496484ae6792b1a90fd99aa5f4b70e2039ce3e7 diff -r 7e41bbb94159 -r 50f5ef3313bb fetch_fasta_from_NCBI.py --- a/fetch_fasta_from_NCBI.py Sun Oct 15 13:56:26 2017 -0400 +++ b/fetch_fasta_from_NCBI.py Sun Oct 15 20:13:13 2017 -0400 @@ -403,7 +403,7 @@ E = Eutils(options, logger) try: E.retrieve() - except Exception as e: + except Exception: sys.exit(1) diff -r 7e41bbb94159 -r 50f5ef3313bb fetch_fasta_from_NCBI.xml --- a/fetch_fasta_from_NCBI.xml Sun Oct 15 13:56:26 2017 -0400 +++ b/fetch_fasta_from_NCBI.xml Sun Oct 15 20:13:13 2017 -0400 @@ -1,4 +1,4 @@ - +