Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanielmachado committed Aug 1, 2017
1 parent a60a83d commit 543385b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion carveme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion scripts/carveme_init
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 543385b

Please sign in to comment.