Skip to content

Commit

Permalink
fix typo in resquiggle help
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed Dec 20, 2023
1 parent baba74c commit 2f63504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resquiggle.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ int8_t drna_detect(slow5_file_t *sp);
int8_t pore_detect(slow5_file_t *sp);

static void print_help_msg(FILE *fp_help, opt_t opt){
fprintf(fp_help,"Usage: f5c [OPTIONS] reads.fastq signals.blow5\n");
fprintf(fp_help,"Usage: f5c resquiggle [OPTIONS] reads.fastq signals.blow5\n");
fprintf(fp_help,"\noptions:\n");
fprintf(fp_help," -t INT number of processing threads [%d]\n",opt.num_thread);
fprintf(fp_help," -K INT batch size (max number of reads loaded at once) [%d]\n",opt.batch_size);
Expand Down

0 comments on commit 2f63504

Please sign in to comment.