From 543385b77d5897adeae2e1af6a1f92e1008c7dc0 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 1 Aug 2017 11:13:20 +0200 Subject: [PATCH] small fix --- carveme/__init__.py | 1 - scripts/carveme_init | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/carveme/__init__.py b/carveme/__init__.py index 354b4b4..3c9e0cc 100755 --- a/carveme/__init__.py +++ b/carveme/__init__.py @@ -4,7 +4,6 @@ __version__ = '0.1.3' -#project_dir = os.path.join(os.path.abspath(os.path.dirname(__file__)), '../../') project_dir = os.path.abspath(os.path.dirname(__file__)) + '/' config = ConfigParser() diff --git a/scripts/carveme_init b/scripts/carveme_init index a402e67..9fff9c0 100644 --- a/scripts/carveme_init +++ b/scripts/carveme_init @@ -11,7 +11,7 @@ from carveme import project_dir if __name__ == '__main__': downloads = { - 'data/input/bigg_proteins.faa': 'https://oc.embl.de/index.php/s/cuLYsiIqeYIyYw1/download', + 'data/input/bigg_proteins.faa': 'https://oc.embl.de/index.php/s/V9iFIXaQ1Petmme/download', 'data/input/equilibrator_compounds.tsv.gz': 'https://oc.embl.de/index.php/s/DJyljWecdgsd0Rm/download', 'data/input/refseq_assembly_all.tsv.gz': 'https://oc.embl.de/index.php/s/kEfngj0H5DvjJR4/download', 'data/input/genbank_assembly_all.tsv.gz': 'https://oc.embl.de/index.php/s/b5VCK9tfhW9TSgd/download',