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

Fix syntax to be tsv format.

parent de6185ea
Branches
Tags
1 merge request!6Resolve "Bam Stats and Filter"
......@@ -26,11 +26,11 @@ def get_args():
formatter_class=argparse.RawDescriptionHelpFormatter)
parser.add_argument('-d', '--design',
help="The design file to run QC (TSV format).",
help="The design file to run QC (tsv format).",
required=True)
parser.add_argument('-f', '--fastq',
help="File with list of fastq files (csv format).",
help="File with list of fastq files (tsv format).",
required=True)
parser.add_argument('-p', '--paired',
......
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