Skip to content

Commit

Permalink
correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
s6juncheng committed Jul 1, 2015
1 parent d7411d3 commit a530772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DCC/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def main():
parser = argparse.ArgumentParser(prog='DCC',formatter_class=argparse.RawDescriptionHelpFormatter, fromfile_prefix_chars='@', description='Contact jun.cheng@age.mpg.de')


parser.add_argument('--version', action='version', version='%(prog)s 0.3.1b')
parser.add_argument('--version', action='version', version='%(prog)s 0.3.1c')
parser.add_argument("Input", metavar='Input', nargs="+",
help="Input of the chimeric.out.junction file from STAR. Alternatively, a sample sheet specifying where your chimeric.out.junction files are, each sample per line, provide with @ prefix (e.g. @samplesheet).")
#parser.add_argument("-O", "--output", dest="output",
Expand Down

0 comments on commit a530772

Please sign in to comment.