Skip to content

Commit

Permalink
tweak to package
Browse files Browse the repository at this point in the history
  • Loading branch information
caleblareau committed Nov 8, 2019
1 parent c89f0e1 commit 254ddf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bap/barcode/cli_barcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def main(mode, fastq1, fastq2, fastqi, output, ncores, nreads, nmismatches, reve
mode = ['v1.0', 'v2.0', 'v2.1', 'v2.1-multi', '10X-v1'] for bead design\n
"""

__version__ = get_distribution('bap').version
__version__ = get_distribution('bap-atac').version
script_dir = os.path.dirname(os.path.realpath(__file__))
click.echo(gettime() + "Starting de-barcoding from bap pipeline v%s" % __version__)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='bap-atac',
version='0.6.4',
version='0.6.4a',
url='https://github.com/caleblareau/bap',
license='MIT',
author='Caleb Lareau',
Expand Down

0 comments on commit 254ddf6

Please sign in to comment.