Skip to content

Commit

Permalink
updated help text version
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamDS committed Jun 4, 2017
1 parent 95ae6f6 commit 861f5f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/charger
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
#!/bin/python
# CharGer - Characterization of Germline variants
# author: Adam D Scott (adamscott@wustl.edu) & Kuan-lin Huang (khuang@genome.wustl.edu)
# version: v0.1.0 - 2016*04
# version: v0.2.1 - 2017*05

import sys
import getopt
from charger import charger
import time

def parseArgs( argv ):
helpText = "\nCharGer - v0.1.0\n\n"
helpText = "\nCharGer - v0.2.1\n\n"
helpText += "Usage: "
helpText += "charger <input file> [options]\n\n"
helpText += "Accepted input data files:\n"
Expand Down

0 comments on commit 861f5f1

Please # to comment.