Skip to content

Commit

Permalink
Fixed make-sonic command
Browse files Browse the repository at this point in the history
  • Loading branch information
Arda Soylev committed Aug 23, 2023
1 parent cb71f15 commit ad7f5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tardis.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ int main( int argc, char** argv)

/* make_sonic is standalone. Execute and return. */
if ( params->make_sonic)
return sonic_build(params->ref_genome, params->gaps, params->reps, params->dups, params->sonic_info, params->sonic_file);
sonic_build(params->ref_genome, params->gaps, params->reps, params->dups, params->sonic_info, params->sonic_file);

/* Load SONIC */
params->this_sonic = sonic_load(params->sonic_file);
Expand Down

0 comments on commit ad7f5e0

Please sign in to comment.