Skip to content

Commit 9e33a61

Browse files
committed
update to freebayes
1 parent 1ba03e1 commit 9e33a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tb-profiler

+1-1
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ parser_sub.add_argument('--bam','-a',required=True, help='BAM file. Make sure it
521521
parser_sub.add_argument('--prefix','-p',default="tbprofiler",help='Sample prefix')
522522
parser_sub.add_argument('--outfmt',default='json',choices=["json","txt"],type=str,help="Output format")
523523
parser_sub.add_argument('--snps',action="store_true",help='Sample prefix')
524-
parser_sub.add_argument('--caller',default='bcftools',choices=["bcftools","freebayes","gatk"],type=str,help="Variant caller")
524+
parser_sub.add_argument('--caller',default='freebayes',choices=["bcftools","freebayes","gatk"],type=str,help="Variant caller")
525525
parser_sub.add_argument('--platform','-m',choices=["illumina","nanopore"],default="illumina",help='NGS Platform used to generate data')
526526
parser_sub.add_argument('--db',default='tbdb',help='Mutation panel name')
527527
parser_sub.add_argument('--external_db',type=str,help='Path to db files prefix (overrides "--db" parameter)')

0 commit comments

Comments
 (0)