Skip to content
Snippets Groups Projects
Commit ae021fd7 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix syntax.

parent e4380c41
Branches
Tags
No related merge requests found
......@@ -42,12 +42,12 @@ def get_args():
parser.add_argument('-m', '--chrm',
help="True/False if to remove ChrM.",
default=True,
default=False,
action='store_true')
parser.add_argument('-t', '--tn5',
help='Enable TN5 shifting for ATAC-Seq.'
default=True,
help='Enable TN5 shifting for ATAC-Seq.',
default=False,
action='store_true')
args = parser.parse_args()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment