Skip to content

Commit

Permalink
missmatch to mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
aerijman committed Apr 2, 2020
1 parent fb13fe9 commit ef1c116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ def readme():
with open('README.md') as f:
return f.read()

setup(name='tasmanian missmatch analysis tool',
setup(name='tasmanian mismatch analysis tool',
version='0.1.1',
description='Tasmanian tool to analyze mismatches at read and position in high throughput sequencing data',
long_description=readme(),
long_description_content_type="text/markdown",
url='https://github.com/nebiolabs/tasmanian',
url='https://github.com/nebiolabs/tasmanian-mismatch',
author='Ariel Erijman and Brad Langhorst',
author_email='[email protected]',
license='GNU',
Expand Down

0 comments on commit ef1c116

Please sign in to comment.