Skip to content

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
ddomingof committed Oct 3, 2018
1 parent 01950a5 commit 1a1f3e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pathme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@
__version__ = '0.0.2-dev'

__title__ = 'pathme'
__description__ = "A systematic comparison across pathway databases"
__url__ = 'https://gitlab.scai.fraunhofer.de/sarah.mubeen/PathMe'
__description__ = "Harmonizing pathway databases using Biological Expression Language (BEL)"
__url__ = 'https://github.com/ComPath/PathMe'

__author__ = 'Sarah Mubeen, Daniel Domingo-Fernández & Josep Marín-Llaó'
__author__ = 'Daniel Domingo-Fernández, Sarah Mubeen, and Josep Marín-Llaó'
__email__ = 'daniel.domingo.fernandez@scai.fraunhofer.de'

__license__ = 'MIT License'
__copyright__ = 'Copyright (c) 2018 Sarah Mubeen, Daniel Domingo-Fernández & Josep Marín-Llaó'
__copyright__ = 'Copyright (c) 2018 Daniel Domingo-Fernández, Sarah Mubeen, and Josep Marín-Llaó'

0 comments on commit 1a1f3e0

Please sign in to comment.