File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ Attentions:
125125 checkError (fmt .Errorf ("flag -d (--degenerate) not allowed when giving flag -m (--max-mismatch)" ))
126126 }
127127 if useRegexp {
128- checkError (fmt .Errorf ("flag -r (--use-regexp) not allowed when giving flag -m (--use-regexp )" ))
128+ checkError (fmt .Errorf ("flag -r (--use-regexp) not allowed when giving flag -m (--max-mismatch )" ))
129129 }
130130 if nonGreedy && ! quiet {
131131 log .Infof ("flag -G (--non-greedy) ignored when giving flag -m (--max-mismatch)" )
Original file line number Diff line number Diff line change @@ -62,8 +62,9 @@ and continues processing the file.
6262
6363Sana currently supports this FASTQ dialect:
6464
65- - One line for each sequence and quality value
66- - No identifiers in separator (+) lines
65+ - One line for each sequence and quality value
66+ - No identifiers in separator (+) lines
67+
6768 ` ,
6869
6970 Run : func (cmd * cobra.Command , args []string ) {
You can’t perform that action at this time.
0 commit comments