update man

This commit is contained in:
chhylp123
2020-03-22 18:01:04 -04:00
parent 90e290636a
commit 670bd10093
2 changed files with 54 additions and 4 deletions

View File

@@ -44,8 +44,8 @@ void Print_H(hifiasm_opt_t* asm_opt)
fprintf(stderr, " -h show help information\n");
fprintf(stderr, " Trio-partition:\n");
fprintf(stderr, " -P FILE paternal trio index [NULL]\n");
fprintf(stderr, " -M FILE Maternal trio index [NULL]\n");
fprintf(stderr, " -P FILE paternal trio index generated by \"yak count\" [NULL]\n");
fprintf(stderr, " -M FILE Maternal trio index generated by \"yak count\" [NULL]\n");
fprintf(stderr, " -c INT lower bound of the binned k-mer's frequency [%d]\n", asm_opt->min_cnt);
fprintf(stderr, " -d INT upper bound of the binned k-mer's frequency [%d]\n", asm_opt->mid_cnt);