Skip to content

Commit

Permalink
A fix to --no-mei
Browse files Browse the repository at this point in the history
  • Loading branch information
asylvz committed Dec 4, 2019
1 parent 3b05f23 commit f85147f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bamonly.c
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ void bamonly_vh_clustering( bam_info** in_bams, parameters *params)
fflush( stderr);

/* Mei */
if( params->no_interdup == 0)
if( params->no_mei == 0)
{
fprintf( stderr, "\nPreparing MEI clusters");
initializeReadMapping_MEI( in_bams, params, chr_index);
Expand Down

0 comments on commit f85147f

Please sign in to comment.