Skip to content

Commit

Permalink
Bumped version number after pulling merge request and updating packag…
Browse files Browse the repository at this point in the history
…e on PyPI
  • Loading branch information
ksahlin committed Dec 7, 2021
1 parent 57b68c3 commit 1228b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NGSpeciesID
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def write_fastq(args):

if __name__ == '__main__':
parser = argparse.ArgumentParser(description="Reference-free clustering and consensus forming of targeted ONT or PacBio reads", formatter_class=argparse.ArgumentDefaultsHelpFormatter)
parser.add_argument('--version', action='version', version='%(prog)s 0.1.2.2')
parser.add_argument('--version', action='version', version='%(prog)s 0.1.3')

parser.add_argument('--fastq', type=str, default=False, help='Path to consensus fastq file(s)')
parser.add_argument('--flnc', type=str, default=False, help='The flnc reads generated by the isoseq3 algorithm (BAM file)')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
setup(

name='NGSpeciesID', # Required
version='0.1.2.2', # Required
version='0.1.3', # Required
description='Reconstructs viral consensus sequences from a set of ONT reads.', # Required
long_description=long_description, # Optional
url='https://github.com/ksahlin/NGSpeciesID', # Optional
Expand Down

0 comments on commit 1228b5d

Please sign in to comment.