if (param.tol < 0) {
fprintf(stderr, "[ampliconclip] warning: invalid tolerance of %d,"
- " reseting tolerance to default of 5.\n", param.tol);
+ " resetting tolerance to default of 5.\n", param.tol);
param.tol = 5;
}
if (param.tol < 0) {
fprintf(samtools_stderr, "[ampliconclip] warning: invalid tolerance of %d,"
- " reseting tolerance to default of 5.\n", param.tol);
+ " resetting tolerance to default of 5.\n", param.tol);
param.tol = 5;
}
" -l INT Compression level [%d]\n" // DEF_CLEVEL
" -n INT Number of temporary files [%d]\n" // n_files
" -T PREFIX\n"
- " Write tempory files to PREFIX.nnnn.bam\n"
+ " Write temporary files to PREFIX.nnnn.bam\n"
" --no-PG do not add a PG line\n",
reads_store, DEF_CLEVEL, n_files);
" -l INT Compression level [%d]\n" // DEF_CLEVEL
" -n INT Number of temporary files [%d]\n" // n_files
" -T PREFIX\n"
- " Write tempory files to PREFIX.nnnn.bam\n"
+ " Write temporary files to PREFIX.nnnn.bam\n"
" --no-PG do not add a PG line\n",
reads_store, DEF_CLEVEL, n_files);