Skip to content

Commit

Permalink
Merge pull request #24 from jodyphelan/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jodyphelan authored Jan 10, 2023
2 parents fb2c485 + 1e5042c commit 3b4fe67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ntm_profiler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .output import *
from .reformat import *
from .db import *
__version__="0.2.0"
__version__="0.2.2"
2 changes: 1 addition & 1 deletion scripts/ntm-profiler
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ algorithm.add_argument('--no_mash',action="store_true",help="Don't run mash if k
algorithm.add_argument('--output_kmer_counts',action="store_true",help=argparse.SUPPRESS)
algorithm.add_argument('--add_variant_annotations',action="store_true",help=argparse.SUPPRESS)
algorithm.add_argument('--threads','-t',default=1,help='Threads to use',type=int)
algorithm.add_argument('--mem',default=8,help='Max memory to use',type=int)
algorithm.add_argument('--ram',default=8,help='Max memory to use',type=int)

other=parser_sub.add_argument_group("Other options")
other.add_argument('--verbose',default=0, choices=[0,1,2],help="Verbosity increases from 0 to 2",type=int)
Expand Down

0 comments on commit 3b4fe67

Please sign in to comment.