Skip to content

Commit

Permalink
On branch WES
Browse files Browse the repository at this point in the history
PyLOH.py -> type=bool removed
  • Loading branch information
yil8 committed Apr 3, 2014
1 parent 8d8651a commit b5a365b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyLOH.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
help='''BED file for segments. If not provided,
use autosomes as segments. Default is None.''')

parser_preprocess.add_argument('--WES', default=False, action='store_true', type=bool,
parser_preprocess.add_argument('--WES', default=False, action='store_true',
help='''Flag indicating whether the BAM files are whole exome sequencing(WES) or not.
If not provided, the BAM files are assumed to be whole genome sequencing(WGS).
Default is False.''')
Expand Down

0 comments on commit b5a365b

Please sign in to comment.