Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorejaganathan authored May 7, 2020
1 parent 8accc22 commit c6ff1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spliceai/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

def get_options():

parser = argparse.ArgumentParser(description='Version: 1.3')
parser = argparse.ArgumentParser(description='Version: 1.3.1')
parser.add_argument('-I', metavar='input', nargs='?', default=std_in,
help='path to the input VCF file, defaults to standard in')
parser.add_argument('-O', metavar='output', nargs='?', default=std_out,
Expand Down

0 comments on commit c6ff1d0

Please sign in to comment.