From eeb1a98abc37006bea642c1ae70d044efd2b7960 Mon Sep 17 00:00:00 2001 From: Lydia Buntrock Date: Fri, 4 Nov 2022 13:51:31 +0100 Subject: [PATCH] Update include/iGenVar.hpp --- include/iGenVar.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/iGenVar.hpp b/include/iGenVar.hpp index bc72aa1a..e73056bc 100644 --- a/include/iGenVar.hpp +++ b/include/iGenVar.hpp @@ -22,7 +22,7 @@ struct cmd_arguments /* -v - verbose - global variable gVerbose */ /* -t */ uint64_t threads = 1; // Methods: - /* -d */ std::vector methods{cigar_string, split_read, read_pairs, read_depth, snp_indel}; + /* -d */ std::vector methods{cigar_string, split_read, read_pairs, read_depth, snp_indel}; // default: all /* -c */ clustering_methods clustering_method{hierarchical_clustering}; // default: hierarchical clustering /* -r */ refinement_methods refinement_method{no_refinement}; // default: no refinement // SV specifications: