File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -315,13 +315,13 @@ fn parse_fastx_string(content: &str) -> PyResult<PyFastxReader> {
315
315
316
316
/// Normalize the sequence string of nucleotide records by:
317
317
///
318
- /// - Converting lowercase characters to uppercase.
319
- /// - Removing whitespace and newline characters.
320
- /// - Replacing 'U' with 'T'.
321
- /// - Replacing '.' and '~' with '-'.
322
- /// - Replacing characters not in 'ACGTN-' with 'N', unless `iupac` is set
323
- /// to `True`, in which case characters representing nucleotide ambiguity
324
- /// are not replaced.
318
+ /// - Converting lowercase characters to uppercase.
319
+ /// - Removing whitespace and newline characters.
320
+ /// - Replacing 'U' with 'T'.
321
+ /// - Replacing '.' and '~' with '-'.
322
+ /// - Replacing characters not in 'ACGTN-' with 'N', unless `iupac` is `True`,
323
+ /// in which case characters representing nucleotide ambiguity are not
324
+ /// replaced.
325
325
///
326
326
/// Parameters
327
327
/// ----------
You can’t perform that action at this time.
0 commit comments