Skip to content

Commit

Permalink
Update include/iGenVar.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Irallia authored Nov 4, 2022
1 parent 6574eb2 commit eeb1a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/iGenVar.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct cmd_arguments
/* -v - verbose - global variable gVerbose */
/* -t */ uint64_t threads = 1;
// Methods:
/* -d */ std::vector<detection_methods> methods{cigar_string, split_read, read_pairs, read_depth, snp_indel};
/* -d */ std::vector<detection_methods> 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:
Expand Down

0 comments on commit eeb1a98

Please sign in to comment.